blob: e35b04c727a5f2444da42d4908d8790ddc480924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{{ define "title" }}
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "list.html" . }}
{{ end }}
|