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

en.toml « i18n - github.com/LukasJoswiak/etch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30f39ffcdaf8da0432d9948e2225857cba4edfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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"