From 401e2af0f8a173d8437e03027c7aff558e8c0bde Mon Sep 17 00:00:00 2001
From: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date: Mon, 5 May 2025 11:55:48 +0800
Subject: [PATCH] fix: avoid `mathjax` loading failure on page refresh (#2389)
---
_includes/js-selector.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/js-selector.html b/_includes/js-selector.html
index fd4acca8a..5a80532f8 100644
--- a/_includes/js-selector.html
+++ b/_includes/js-selector.html
@@ -66,7 +66,7 @@
{% if page.math %}
-
+
{% endif %}