Initial Commit
This commit is contained in:
10
themes/hugo-coder/layouts/_default/terms.html
Normal file
10
themes/hugo-coder/layouts/_default/terms.html
Normal file
@ -0,0 +1,10 @@
|
||||
{{ define "title" }}
|
||||
{{- if eq .Kind "term" -}}
|
||||
{{- i18n .Data.Plural | title -}}
|
||||
{{- print ": " -}}
|
||||
{{- end -}}
|
||||
{{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
|
||||
{{ end }}
|
||||
{{ define "content" }}
|
||||
{{ partial "terms.html" . }}
|
||||
{{ end }}
|
Reference in New Issue
Block a user