mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
13c99afe10
* Add pt-br i18n * Fix footer text for pt-br
12 lines
243 B
HTML
12 lines
243 B
HTML
{{ define "title" }}
|
|
{{- if eq .Kind "taxonomy" -}}
|
|
{{- i18n .Data.Singular | title -}}
|
|
{{- print ": " -}}
|
|
{{- end -}}
|
|
|
|
{{- .Title }} · {{ .Site.Title -}}
|
|
{{ end }}
|
|
{{ define "content" }}
|
|
{{ partial "list.html" . }}
|
|
{{ end }}
|