ソースを参照

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