perf: cache website.html partial

This commit is contained in:
George Cushen 2020-12-30 22:00:54 +00:00
commit e74f28542d

View file

@ -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 }}