17 lines
390 B
TOML
17 lines
390 B
TOML
[posts]
|
|
other = "Artikelen"
|
|
|
|
[Talks]
|
|
other = "Talks"
|
|
|
|
[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 }}"
|