diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 268035dc6..cb1687cc9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,7 +10,7 @@ {{ block "main" . }} {{ end}} - {{- partialCached "site-footer.html" . -}} + {{- partial "site-footer.html" . -}} {{- partial "site-navigation.html" . -}} {{- partial "site-scripts.html" . -}} {{ block "addscripts" . }} diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index dda0891bc..bef045a6c 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -1,5 +1,5 @@ -