From 86d3dedb85a44477510e348c2803e3856ee6d888 Mon Sep 17 00:00:00 2001 From: zloy_linux Date: Sat, 13 Dec 2025 19:04:08 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(iine):=20only=20load=20scrip?= =?UTF-8?q?t=20on=20pages,=20not=20sections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/tabi/templates/partials/extra_features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tabi/templates/partials/extra_features.html b/themes/tabi/templates/partials/extra_features.html index 0a2cfa8..5603e1e 100644 --- a/themes/tabi/templates/partials/extra_features.html +++ b/themes/tabi/templates/partials/extra_features.html @@ -83,6 +83,6 @@ {%- endif -%} {# Add iine.js for the like button #} -{%- if macros_settings::evaluate_setting_priority(setting="iine", page=page_s, section=section_s, default_global_value=false) == "true" -%} +{%- if page and macros_settings::evaluate_setting_priority(setting="iine", page=page_s, section=section_s, default_global_value=false) == "true" -%} {%- endif -%}