14 lines
231 B
TOML
14 lines
231 B
TOML
[Recent]
|
|
other = 'decent'
|
|
[error404]
|
|
other = 'this page does not exist, go'
|
|
[home]
|
|
other = 'home'
|
|
[nothing]
|
|
other = 'nothing to see here, yet'
|
|
[previous]
|
|
other = 'previous'
|
|
[next]
|
|
other = 'next'
|
|
[tags]
|
|
other = 'tags'
|