diff --git a/themes/gohugoioTheme/layouts/_default/baseof.html b/themes/gohugoioTheme/layouts/_default/baseof.html index c2ea02c59..fb09c0db4 100755 --- a/themes/gohugoioTheme/layouts/_default/baseof.html +++ b/themes/gohugoioTheme/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 }} diff --git a/themes/gohugoioTheme/layouts/partials/site-nav.html b/themes/gohugoioTheme/layouts/partials/site-nav.html index c96680e32..eabf0ea7c 100755 --- a/themes/gohugoioTheme/layouts/partials/site-nav.html +++ b/themes/gohugoioTheme/layouts/partials/site-nav.html @@ -29,7 +29,7 @@ - {{- partial "social-follow.html" . -}} + {{- partialCached "social-follow.html" . -}}