43 lines
597 B
TOML
43 lines
597 B
TOML
|
|
############################## navigation ##############################
|
|
[[main]]
|
|
name = "Créations"
|
|
URL = "products/"
|
|
weight = 1
|
|
|
|
[[main]]
|
|
name = "Blog"
|
|
URL = "blog/"
|
|
weight = 2
|
|
|
|
[[main]]
|
|
name = "Contact"
|
|
URL = "contact/"
|
|
weight = 3
|
|
|
|
############# footer menu #############
|
|
[[footer]]
|
|
name = "Créations"
|
|
URL = "products/"
|
|
weight = 1
|
|
|
|
[[footer]]
|
|
name = "Blog"
|
|
URL = "blog/"
|
|
weight = 2
|
|
|
|
[[footer]]
|
|
name = "Politique de confidentialité"
|
|
URL = "pdc/"
|
|
weight = 3
|
|
|
|
[[footer]]
|
|
name = "Conditions Générales de Vente"
|
|
URL = "cgv/"
|
|
weight = 4
|
|
|
|
[[footer]]
|
|
name = "Contact"
|
|
URL = "contact/"
|
|
weight = 5
|