2018-03-01 01:38:59 +00:00
|
|
|
{{ define "title" }}
|
2018-10-27 12:43:26 +00:00
|
|
|
{{- if eq .Kind "taxonomy" -}}
|
2019-02-09 14:36:32 +00:00
|
|
|
{{- i18n .Data.Singular | title -}}
|
2018-10-27 12:43:26 +00:00
|
|
|
{{- print ": " -}}
|
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{- .Title }} · {{ .Site.Title -}}
|
2018-03-01 01:38:59 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ define "content" }}
|
|
|
|
{{ partial "list.html" . }}
|
|
|
|
{{ end }}
|