mirror of https://github.com/luizdepra/hugo-coder.git

Alexander Lazarević
3 days ago eea6dfd3fe4b97518d2c5d2fb550e906793507e8
1
2
3
4
5
6
7
8
9
10
{{ define "title" }}
  {{- if eq .Kind "term" -}}
    {{- i18n .Data.Plural 1 | title -}}
    {{- print ": " -}}
  {{- end -}}
  {{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
  {{ partial "list.html" . }}
{{ end }}