mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Fix caching
This commit is contained in:
parent
7bdd93d875
commit
2d260b7d84
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<html lang={{- default "" .Site.LanguageCode }} prefix="og: https://ogp.me/ns# article: https://ogp.me/ns/article# cc: http://creativecommons.org/ns#">
|
||||
{{ partial "head.html" . -}}
|
||||
<body itemscope itemtype="https://schema.org/Blog https://schema.org/WebPage">
|
||||
{{ partialCached "header.html" . .Section -}}
|
||||
{{ partial "header.html" . -}}
|
||||
{{- block "main" . }}{{- end -}}
|
||||
{{ partialCached "footer.html" . }}
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue