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