simplified nav data

This commit is contained in:
Matt DeCamp 2021-09-05 15:31:06 -04:00
parent 5175c2a9bd
commit 8c23e41e10

View file

@ -1,22 +1,19 @@
{ {
"items": [ "items": [
{ {
"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",
{ "url": "/about",
"name": "About", "title": "About"
"url": "/about", }
"title": "About", ]
"aria": "About {{ site.name }}" }
}
]
}