Explorar el Código

perf: cache website.html partial

George Cushen hace 4 años
padre
commit
e74f28542d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      wowchemy/layouts/partials/jsonld/main.html

+ 1 - 1
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 }}