Browse Source

perf: cache website.html partial

George Cushen 4 years ago
parent
commit
e74f28542d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wowchemy/layouts/partials/jsonld/main.html

+ 1 - 1
wowchemy/layouts/partials/jsonld/main.html

@@ -4,7 +4,7 @@
 
 
 {{- if $page.IsHome -}}
 {{- if $page.IsHome -}}
 
 
-  {{ partial "jsonld/website.html" $page }}
+  {{ partialCached "jsonld/website.html" $page }}
 
 
   {{ if ne $site_type "Person" }}
   {{ if ne $site_type "Person" }}
     {{ partial "jsonld/business.html" $page }}
     {{ partial "jsonld/business.html" $page }}