diff --git a/src/_data/nav.json b/src/_data/nav.json index fabff7c..6411bbb 100644 --- a/src/_data/nav.json +++ b/src/_data/nav.json @@ -1,16 +1,12 @@ { - "items": [ - { - "text": "Accueil", - "url": "/" - }, - { - "text": "Recettes", - "url": "/recipes/" - }, - { - "text": "À propos", - "url": "/about/" - } - ] + "items": [ + { + "text": "Accueil", + "url": "/" + }, + { + "text": "Recettes", + "url": "/recipes/" + } + ] } \ No newline at end of file