Remove Home link & update content

This commit is contained in:
samaradel
2020-11-15 10:25:30 +02:00
parent 06eb298197
commit 39870c7b71
3 changed files with 18 additions and 21 deletions

View File

@@ -1,11 +1,5 @@
{
"headerNavigation": [
{
"name": "Home",
"link": "/",
"external": false
},
{
"name": "Projects",
"link": "/projects",
@@ -22,10 +16,11 @@
"external": false
}
],
"footerNavigation": [{
"footerNavigation": [
{
"name": "Latest Posts",
"link": "/",
"external" : false
"external": false
},
{
"name": "Gridsome",
@@ -33,4 +28,4 @@
"external": true
}
]
}
}