mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Prefix term with taxonomy title Fix list layout to properly prefix a term with the taxonomy title. * Replace taxonomy with term kind in title * Set minimal version for updated taxonomy kinds * Set minimal version for updated taxonomy kinds * Update CONTRIBUTORS.md
12 lines
239 B
HTML
12 lines
239 B
HTML
{{ define "title" }}
|
|
{{- if eq .Kind "term" -}}
|
|
{{- i18n .Data.Singular | title -}}
|
|
{{- print ": " -}}
|
|
{{- end -}}
|
|
|
|
{{- .Title }} · {{ .Site.Title -}}
|
|
{{ end }}
|
|
{{ define "content" }}
|
|
{{ partial "list.html" . }}
|
|
{{ end }}
|