Files
mantelzorgwoning.info/themes/godocs-2/exampleSite/config/_default/menus.en.toml
2025-12-05 09:15:15 +01:00

28 lines
389 B
TOML
Executable File

############## English navigation ###############
# main menu
[[main]]
name = "Home"
url = ""
weight = 1
[[main]]
name = "FAQ"
url = "faq"
weight = 2
# footer menu
[[footer]]
name = "Changelog"
url = "changelog/"
weight = 1
[[footer]]
name = "Contact"
url = "contact/"
weight = 2
[[footer]]
name = "Github"
url = "https://github.com/themefisher/"
weight = 3