From e74f28542dcca2a053e2693aae7a8cf5dce9f925 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 30 Dec 2020 22:00:54 +0000 Subject: [PATCH] perf: cache website.html partial --- wowchemy/layouts/partials/jsonld/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowchemy/layouts/partials/jsonld/main.html b/wowchemy/layouts/partials/jsonld/main.html index c6a96640..642cac4d 100644 --- a/wowchemy/layouts/partials/jsonld/main.html +++ b/wowchemy/layouts/partials/jsonld/main.html @@ -4,7 +4,7 @@ {{- if $page.IsHome -}} - {{ partial "jsonld/website.html" $page }} + {{ partialCached "jsonld/website.html" $page }} {{ if ne $site_type "Person" }} {{ partial "jsonld/business.html" $page }}