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