소스 검색

perf: cache website.html partial

George Cushen 4 년 전
부모
커밋
e74f28542d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}