This commit is contained in:
Matt DeCamp 2021-09-05 11:41:10 -04:00
parent 3372bb9ee4
commit 7dcb662bb8

View file

@ -4,19 +4,19 @@
"name": "Home", "name": "Home",
"url": "/", "url": "/",
"title": "Home", "title": "Home",
"aria": "Elevntonia Home Page" "aria": "Eleventonia Home Page"
}, },
{ {
"name": "Posts", "name": "Posts",
"url": "/posts", "url": "/posts",
"title": "Posts", "title": "Posts",
"aria": "Elevntonia Posts" "aria": "Eleventonia Posts"
}, },
{ {
"name": "Pages", "name": "About",
"url": "/pages", "url": "/about",
"title": "Pages", "title": "About",
"aria": "Elevntonia Page List" "aria": "About {{ site.name }}"
} }
] ]
} }