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

9 lines
No EOL
219 B
HTML

{{- define "storeOutputFormat" }}
{{- .Render "views/storeOutputFormat" }}
{{- end }}
{{- define "body" }}
{{- partial "bodys/taxonomy.html" . }}
{{- end }}
{{- define "menu" }}
{{- .Render "views/menu" }}
{{- end }}