themes/hugo-coder/layouts/_default/list.html

512f313c2c263493d4c5c0eafb0cb66252830fdc · 239 B · 11 lines raw

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