From d5f138e7d1cee571972f3cb329f9460b407e2bf2 Mon Sep 17 00:00:00 2001 From: wangbudui Date: Thu, 9 Jan 2020 16:47:43 +0800 Subject: [PATCH] math --- themes/hugo-w2ng/layouts/_default/baseof.html | 2 +- themes/hugo-w2ng/layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-w2ng/layouts/_default/baseof.html b/themes/hugo-w2ng/layouts/_default/baseof.html index 218b33b..5480afd 100644 --- a/themes/hugo-w2ng/layouts/_default/baseof.html +++ b/themes/hugo-w2ng/layouts/_default/baseof.html @@ -9,7 +9,7 @@ {{- block "main" . }}{{- end }} - {{- partialCached "footer.html" . -}} + {{- partial "footer.html" . -}} \ No newline at end of file diff --git a/themes/hugo-w2ng/layouts/partials/footer.html b/themes/hugo-w2ng/layouts/partials/footer.html index 043ef0f..1545f08 100644 --- a/themes/hugo-w2ng/layouts/partials/footer.html +++ b/themes/hugo-w2ng/layouts/partials/footer.html @@ -13,4 +13,4 @@ onload="renderMathInElement(document.body);"> {{- end -}} - \ No newline at end of file + \ No newline at end of file