congo/config/_default/menus.toml

15 lines
189 B
TOML
Raw Normal View History

2021-08-11 05:28:33 +00:00
[[main]]
name = "Blog"
pageRef = "posts"
weight = 10
[[main]]
name = "Categories"
pageRef = "categories"
weight = 20
[[main]]
name = "Tags"
pageRef = "tags"
weight = 30