From 22e4b6779d32af46bccc8450a770085a9e900535 Mon Sep 17 00:00:00 2001 From: fsj2009yx <148683018+fsj2009yx@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:58:23 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20the=20problem=20that=20comment=20data=20c?= =?UTF-8?q?ouldn't=20be=20pulled=20successfully=20and=20raise=20Error=20"C?= =?UTF-8?q?annot=20read=20property=20=E2=80=98insertBefore=E2=80=99=20of?= =?UTF-8?q?=20null""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/article/components/math.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/partials/article/components/math.html b/layouts/partials/article/components/math.html index e3130ab..b41e4c9 100644 --- a/layouts/partials/article/components/math.html +++ b/layouts/partials/article/components/math.html @@ -1,13 +1,14 @@ {{- partial "helper/external" (dict "Context" . "Namespace" "KaTeX") -}} \ No newline at end of file +