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

304b575d3f1c9e46e078952d7f179e433326f1d7 · 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 }}