simplified nav data

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

View file

@ -3,20 +3,17 @@
{
"name": "Home",
"url": "/",
"title": "Home",
"aria": "Eleventonia Home Page"
"title": "Home"
},
{
"name": "Posts",
"url": "/posts",
"title": "Posts",
"aria": "Eleventonia Posts"
"title": "Posts"
},
{
"name": "About",
"url": "/about",
"title": "About",
"aria": "About {{ site.name }}"
"title": "About"
}
]
}