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

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

[on]
other = "opublikowano"

[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_pl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"