From 55b892316ec319dfb5d7c22ab7f2c3be32dc7f7f Mon Sep 17 00:00:00 2001 From: Fernando Guisso Date: Fri, 13 Oct 2023 12:55:45 -0300 Subject: [PATCH] baseof: remove partialCached --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3d13f07..04b9117 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,11 +13,11 @@ {{- print " dark" }} {{- end -}} " id="top"> - {{- partialCached "header.html" . .Page -}} + {{- partial "header.html" . .Page -}}
{{- block "main" . }}{{ end }}
- {{ partialCached "footer.html" . .Layout .Kind (.Param "hideFooter") (.Param "ShowCodeCopyButtons") -}} + {{ partial "footer.html" . .Layout .Kind (.Param "hideFooter") (.Param "ShowCodeCopyButtons") -}}