Mise à jour du design
This commit is contained in:
@ -11,7 +11,7 @@ paginate: '9'
|
||||
# Le nombre de caractère pour le sommaire d'un article
|
||||
summaryLength: '15'
|
||||
# Permet de désactiver une langue
|
||||
disableLanguages: []
|
||||
disableLanguages: ['en']
|
||||
# Paramètre la langue par défaut
|
||||
defaultContentLanguage: fr
|
||||
|
||||
@ -34,7 +34,7 @@ params:
|
||||
- link: plugins/magnific-popup/jquery.magnific-popup.min.js
|
||||
- link: plugins/lazy-load/lozad.min.js
|
||||
# - link: plugins/google-map/map.js
|
||||
logo: images/logo.png
|
||||
logo: images/jarnat-logo.svg
|
||||
|
||||
# Permet d'activer ou non le partage d'un article de blog
|
||||
post_share: false
|
||||
|
@ -11,40 +11,15 @@ contentDir: content/french
|
||||
# Contenu du menu
|
||||
menu:
|
||||
main:
|
||||
- name: Accueil
|
||||
url: '/#content'
|
||||
weight: 1
|
||||
- name: Actualités
|
||||
url: '/#blog'
|
||||
weight: 2
|
||||
- name: Nos services
|
||||
- name: Service
|
||||
url: '/#services'
|
||||
weight: 3
|
||||
- name: Notre vision
|
||||
- name: Vision
|
||||
url: '/#team'
|
||||
weight: 4
|
||||
- name: Contact
|
||||
url: '/#contact'
|
||||
weight: 5
|
||||
- name: En savoir plus
|
||||
weight: 6
|
||||
hasChildren: true
|
||||
- parent: En savoir plus
|
||||
name: Nos actualités
|
||||
url: '/blog/'
|
||||
weight: 1
|
||||
- parent: En savoir plus
|
||||
name: Nos réalisations
|
||||
url: '#'
|
||||
weight: 2
|
||||
- parent: En savoir plus
|
||||
name: L'entreprise
|
||||
url: '#'
|
||||
weight: 3
|
||||
- parent: En savoir plus
|
||||
name: Communauté
|
||||
url: '#'
|
||||
weight: 4
|
||||
|
||||
# Texte en bas de page
|
||||
copyright: >-
|
||||
|
Reference in New Issue
Block a user