From 13a4561745ddbed6c626741517f1caa308943985 Mon Sep 17 00:00:00 2001 From: steverusso Date: Mon, 1 Jun 2020 19:30:07 -0400 Subject: [PATCH] Can cache the scripts and the footer. --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2622f02..62b2d4c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ {{ block "main" . }} {{ end }} - {{ partial "footer.html" . }} - {{ partial "js-global.html" . }} + {{ partialCached "footer.html" . }} + {{ partialCached "js-global.html" . }}