From 238bc3d7c908e002cfcef8c49d1aa6b2ea271666 Mon Sep 17 00:00:00 2001
From: Lemons-LM <169117688+Lemons-LM@users.noreply.github.com>
Date: Fri, 16 May 2025 19:39:58 +0800
Subject: [PATCH] fix probably bug on typing issue
---
_includes/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/footer.html b/_includes/footer.html
index 191d9da1cb..34cd6eaea8 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -21,7 +21,7 @@
{% if site.extra_footer_js %}
- {%- for extra_js in site.extra_header_js -%}
+ {%- for extra_js in site.extra_footer_js -%}
{%- assign starts_with = extra_js | slice: 0,4 -%}
{% if starts_with == "http" %}