simplified nav data
This commit is contained in:
parent
5175c2a9bd
commit
8c23e41e10
1 changed files with 18 additions and 21 deletions
|
|
@ -3,20 +3,17 @@
|
||||||
{
|
{
|
||||||
"name": "Home",
|
"name": "Home",
|
||||||
"url": "/",
|
"url": "/",
|
||||||
"title": "Home",
|
"title": "Home"
|
||||||
"aria": "Eleventonia Home Page"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Posts",
|
"name": "Posts",
|
||||||
"url": "/posts",
|
"url": "/posts",
|
||||||
"title": "Posts",
|
"title": "Posts"
|
||||||
"aria": "Eleventonia Posts"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "About",
|
"name": "About",
|
||||||
"url": "/about",
|
"url": "/about",
|
||||||
"title": "About",
|
"title": "About"
|
||||||
"aria": "About {{ site.name }}"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue