11ty-theme/src/_data/navigation.json

21 lines
251 B
JSON

{
"items": [
{
"text": "Home",
"url": "/"
},
{
"text": "About",
"url": "/about/"
},
{
"text": "Blog",
"url": "/blog/"
},
{
"text": "Contact",
"url": "/contact/"
}
]
}