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