12 lines
243 B
HTML
12 lines
243 B
HTML
|
{{ define "title" }}
|
||
|
{{- if eq .Kind "taxonomy" -}}
|
||
|
{{- i18n .Data.Singular | title -}}
|
||
|
{{- print ": " -}}
|
||
|
{{- end -}}
|
||
|
|
||
|
{{- .Title }} · {{ .Site.Title -}}
|
||
|
{{ end }}
|
||
|
{{ define "content" }}
|
||
|
{{ partial "list.html" . }}
|
||
|
{{ end }}
|