mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-24 02:20:50 +02:00
perf: cache website.html partial
This commit is contained in:
parent
14a72fa460
commit
e74f28542d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue