From 122ad489e205b5cb56b5c63c8dae3f96d6a9ef44 Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Thu, 18 Sep 2025 22:54:38 +0900 Subject: [PATCH] fix: sidebar and toc not showing --- _includes/js-selector.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/js-selector.html b/_includes/js-selector.html index c4e18ee..0420199 100644 --- a/_includes/js-selector.html +++ b/_includes/js-selector.html @@ -62,7 +62,7 @@ {% capture script %}/assets/js/dist/{{ js }}.min.js{% endcapture %} - + {% if page.math %} @@ -143,7 +143,7 @@ } }; - + {% endif %}