Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de.toml « i18n - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c587b3f75dadc6c476eb978c781f8b4ba4fead67 (plain)
1
2
3
4
5
6
7
8
9
10
11
[writtenBy]
other = "Von"

[on]
other = "am"

[generator]
other = "Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/tale-hugo/'>Tale</a> theme."

[publishdate]
other = "{{ .PublishDate.Day }}. {{ index $.Site.Data.months_de (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"