From 0745d21505d55d21423b6298a2862c04feac0dd7 Mon Sep 17 00:00:00 2001 From: Sean Dockray Date: Wed, 30 Sep 2020 15:13:45 +1000 Subject: [PATCH] stop caching the header to fix titles --- themes/sandpoints/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sandpoints/layouts/_default/baseof.html b/themes/sandpoints/layouts/_default/baseof.html index b40d12a..49f38ec 100644 --- a/themes/sandpoints/layouts/_default/baseof.html +++ b/themes/sandpoints/layouts/_default/baseof.html @@ -2,7 +2,7 @@ - {{- partialCached "head.html" . -}} + {{- partial "head.html" . -}} {{- partialCached "sandpointjs.html" . .RelPermalink -}}