diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index c2ea02c59..fb09c0db4 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -44,7 +44,7 @@
{{ block "main" . }}{{ end }}
- {{ block "footer" . }}{{ partial "site-footer.html" . }}{{ end }}
+ {{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
{{ block "scripts" . }}{{- partial "site-scripts.html" . -}}{{ end }}