Ajout d'un champ dans le menu
This commit is contained in:
parent
75020ccf1c
commit
8ed54f938a
|
@ -15,32 +15,36 @@ menu:
|
||||||
url: '/#content'
|
url: '/#content'
|
||||||
weight: 1
|
weight: 1
|
||||||
- name: Actualités
|
- name: Actualités
|
||||||
url: '#blog'
|
url: '/#blog'
|
||||||
weight: 2
|
weight: 2
|
||||||
- name: Nos services
|
- name: Nos services
|
||||||
url: '#services'
|
url: '/#services'
|
||||||
weight: 3
|
weight: 3
|
||||||
- name: Notre vision
|
- name: Notre vision
|
||||||
url: '#team'
|
url: '/#team'
|
||||||
weight: 4
|
weight: 4
|
||||||
- name: Contact
|
- name: Contact
|
||||||
url: '#contact'
|
url: '/#contact'
|
||||||
weight: 5
|
weight: 5
|
||||||
- name: En savoir plus
|
- name: En savoir plus
|
||||||
weight: 6
|
weight: 6
|
||||||
hasChildren: true
|
hasChildren: true
|
||||||
- parent: En savoir plus
|
- parent: En savoir plus
|
||||||
name: Nos réalisations
|
name: Nos actualités
|
||||||
url: '#'
|
url: '/blog/'
|
||||||
weight: 1
|
weight: 1
|
||||||
- parent: En savoir plus
|
- parent: En savoir plus
|
||||||
name: L'entreprise
|
name: Nos réalisations
|
||||||
url: '#'
|
url: '#'
|
||||||
weight: 2
|
weight: 2
|
||||||
- parent: En savoir plus
|
- parent: En savoir plus
|
||||||
name: Communauté
|
name: L'entreprise
|
||||||
url: '#'
|
url: '#'
|
||||||
weight: 3
|
weight: 3
|
||||||
|
- parent: En savoir plus
|
||||||
|
name: Communauté
|
||||||
|
url: '#'
|
||||||
|
weight: 4
|
||||||
|
|
||||||
# Texte en bas de page
|
# Texte en bas de page
|
||||||
copyright: >-
|
copyright: >-
|
||||||
|
|
Loading…
Reference in New Issue