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

f5f36d3696bdc211a8e4651b2988a4296a533d9c · 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 }}