culinary.kemonine.info/themes/gochowdown/layouts/_default/list.html

12 lines
238 B
HTML
Raw Normal View History

2022-12-03 15:27:03 +00:00
{{ define "title" }}
{{- if eq .Kind "taxonomy" -}}
{{- .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "list.html" . }}
{{ end }}