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