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

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

[on]
other = "el"

[generator]
other = "Hecho con <a href='https://gohugo.io'>Hugo</a> usando el tema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."

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