|
# 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 = "January 2, 2006"
|
|
|
|
[post.updated]
|
|
other = "Updated January 2, 2006"
|