hugo-theme-relearn/layouts/_default/taxonomy.html

9 lines
207 B
HTML
Raw Normal View History

{{- define "storeOutputFormat" }}
2025-04-11 20:00:05 +02:00
{{- .Render "storeOutputFormat" }}
{{- end }}
{{- define "body" }}
{{- partial "bodys/taxonomy.html" . }}
{{- end }}
{{- define "menu" }}
2025-04-11 20:00:05 +02:00
{{- .Render "menu" }}
{{- end }}