Files
blog/config/_default/menus.en.toml
2020-07-12 13:18:13 -04:00

24 lines
331 B
TOML

[[main]]
identifier = "about"
name = "about"
url = "about"
weight = 1
[[main]]
identifier = "archive"
name = "archive"
url = "archive"
weight = 2
[[main]]
identifier = "gallery"
name = "gallery"
url = "gallery"
weight = 3
[[main]]
identifier = "posts"
name = "posts"
url = "posts"
weight = 4