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

Alphonse Mariya
26.18.2021 d14dd837ec4077073ac3372cd77673c7d672d871
layouts/_default/terms.html
@@ -1,10 +1,9 @@
{{ define "title" }}
  {{- if eq .Kind "term" -}}
    {{- i18n .Data.Singular | title -}}
    {{- i18n .Data.Plural | title -}}
    {{- print ": " -}}
  {{- end -}}
  {{- .Title }} · {{ .Site.Title -}}
  {{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
  {{ partial "terms.html" . }}