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

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

[on]
other = "op"

[generator]
other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."

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