17 lines
314 B
TOML
17 lines
314 B
TOML
[talks]
|
|
other = "Talks"
|
|
|
|
[blog]
|
|
other = "Blog"
|
|
|
|
[writtenBy]
|
|
other = "Written by"
|
|
|
|
[on]
|
|
other = "on"
|
|
|
|
[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.Format \"January 2, 2006\" }}"
|