mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-10 12:06:36 +00:00
9 lines
No EOL
224 B
HTML
9 lines
No EOL
224 B
HTML
{{- define "storeOutputFormat" }}
|
|
{{- .Store.Set "relearnOutputFormat" "html" }}
|
|
{{- end }}
|
|
{{- define "body" }}
|
|
{{- partial "bodys/single.html" . }}
|
|
{{- end }}
|
|
{{- define "menu" }}
|
|
{{- partial "menu.html" . }}
|
|
{{- end }} |