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

main · 240 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 "terms.html" . }}
11 {{ end }}