47 lines
622 B
TOML
Executable File
47 lines
622 B
TOML
Executable File
############# English navigation ##############
|
|
|
|
# main menu
|
|
[[main]]
|
|
name = "Accueil"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
name = "Nos actions"
|
|
url = "/about"
|
|
weight = 2
|
|
|
|
[[main]]
|
|
name = "Faire un don"
|
|
url = "/elements"
|
|
weight = 3
|
|
|
|
[[main]]
|
|
weight = 4
|
|
name = "Devenir bénévole"
|
|
url = "/blog"
|
|
|
|
|
|
[[main]]
|
|
name = "Nous contacter"
|
|
url = "/contact"
|
|
weight = 5
|
|
|
|
|
|
# footer menu
|
|
[[footer]]
|
|
name = "Nos actions"
|
|
url = "/about"
|
|
weight = 1
|
|
|
|
[[footer]]
|
|
name = "Faire un don"
|
|
url = "/elements"
|
|
weight = 2
|
|
|
|
[[footer]]
|
|
name = "Politique de confidentialité"
|
|
url = "/privacy-policy"
|
|
weight = 3
|
|
|