diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e737b48f9..9dece9f8b 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -27,7 +27,7 @@
{{ end }}
{{ block "favicon" . }}
- {{ partial "site-favicon.html" . }}
+ {{ partialCached "site-favicon.html" . }}
{{ end }}
{{ if .RSSLink }}
@@ -52,7 +52,7 @@
{{ block "main" . }}{{ end }}
- {{ block "footer" . }}{{ partial "site-footer.html" . }}{{ end }}
- {{ block "scripts" . }}{{ partial "site-scripts.html" . }}{{ end }}
+ {{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
+ {{ block "scripts" . }}{{ partialCached "site-scripts.html" . }}{{ end }}