summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/_default/terms.html
blob: 9d35888349fbcee4aad3311013e41d0199de5aab (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 "terms.html" . }}
{{ end }}