etch/i18n/en.toml

19 lines
269 B
TOML
Raw Normal View History

# Learn how to use Date format (date, created, updated)
# -> https://gohugo.io/functions/dateformat/
[posts]
[posts.title]
other = "Posts"
[posts.date]
other = "Jan 2, 2006"
[post]
[post.created]
other = "Jan 2, 2006"
[post.updated]
other = "Updated Jan 2, 2006"