Files
bridget/exampleSite/config/_default/menu.toml
2023-10-30 15:51:52 +08:00

29 lines
343 B
TOML

[[main]]
identifier = "Featured"
pre = ""
post = ""
url = "/"
title = ""
weight = 1
[[main]]
identifier = "iPhone"
pre = ""
post = ""
url = "/iphone/"
title = ""
weight = 2
[[main]]
identifier = "Film"
pre = ""
post = ""
url = "/film/"
title = ""
weight = 3
[[main]]
identifier = "Info"
pre = ""
post = ""
url = "/info/"
title = ""
weight = 4