From b59f4b55dec951bc6ea898dcfb87372448a30399 Mon Sep 17 00:00:00 2001 From: Yves Gatesoupe Date: Fri, 17 Jul 2020 15:56:29 +0200 Subject: [PATCH] Added home link in navigation --- src/_data/navigation.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/_data/navigation.json b/src/_data/navigation.json index 51574ca..d269f4c 100644 --- a/src/_data/navigation.json +++ b/src/_data/navigation.json @@ -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",