Added home link in navigation

This commit is contained in:
Yves Gatesoupe 2020-07-17 15:56:29 +02:00
parent 3f84011ea7
commit b59f4b55de

View File

@ -1,8 +1,8 @@
{
"items": [
{
"text": "Actualité",
"url": "/posts/",
"text": "Accueil",
"url": "/",
"external": false
},
{
@ -20,6 +20,11 @@
"url": "/equipe/",
"external": false
},
{
"text": "Actualité",
"url": "/posts/",
"external": false
},
{
"text": "Nous contacter",
"url": "#contact-form",