33 lines
483 B
TOML
33 lines
483 B
TOML
|
[Home]
|
||
|
other = "Home"
|
||
|
|
||
|
[About]
|
||
|
other = "About"
|
||
|
|
||
|
[Resume]
|
||
|
other = "Resume"
|
||
|
|
||
|
[Tags]
|
||
|
other = "Tags"
|
||
|
|
||
|
[AllPosts]
|
||
|
other = "All Posts"
|
||
|
|
||
|
[PostedOn]
|
||
|
other = "Posted on {{ .Date.Format \"January 2, 2006\" }}."
|
||
|
|
||
|
[TableOfContents]
|
||
|
other = "Table of Contents"
|
||
|
|
||
|
[ReadingTime]
|
||
|
other = "{{ .WordCount }} words, about {{ .ReadingTime }} minutes to read."
|
||
|
|
||
|
[Note]
|
||
|
other = "note"
|
||
|
|
||
|
[Tagged]
|
||
|
other = "Tagged \"{{ .Title }}\""
|
||
|
|
||
|
[AllTags]
|
||
|
other = "Below is a list of all the tags ever used on this site."
|