From a16aa7d41e3c3cb28649bfa1361e8bcb91b9ca47 Mon Sep 17 00:00:00 2001 From: Alexander Fuks Date: Sat, 30 Nov 2024 23:34:12 +0300 Subject: [PATCH] fix: correct the import condition for theme script (#2075) --- _includes/head.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 011187c..4514666 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -99,9 +99,7 @@ - {% unless site.theme_mode %} - - {% endunless %} + {% include js-selector.html lang=lang %}