mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
baseof : use partialCached for header and footer
ref: https://gohugo.io/functions/partialcached/
This commit is contained in:
parent
fb4f686771
commit
47126e37d5
@ -8,12 +8,12 @@
|
||||
<body
|
||||
class="{{ if (and (eq .Kind `page` ) (ne .Layout `archives`)) }}single{{ else }}list{{ if .IsHome }} home {{ end }}{{ end }}{{ if eq $.Site.Params.defaultTheme `dark` }} dark {{ end }}"
|
||||
id="top">
|
||||
{{- partial "header.html" . }}
|
||||
{{- partialCached "header.html" . }}
|
||||
<main class="main">
|
||||
{{- block "main" . }}
|
||||
{{end }}
|
||||
</main>
|
||||
{{- partial "footer.html" . }}
|
||||
{{- partialCached "footer.html" . }}
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user