webseite/databags/navigation.json
2021-07-29 00:30:14 +02:00

38 lines
707 B
JSON

{
"Start": {
"href": "/"
},
"Blog": {
"href": "/blog",
"list_childs": true,
"items": {
"list_namespace": "/blog",
"Feed": "/feed_blog.xml"
}
},
"Rezepte": {
"href": "/rezept",
"list_childs": true,
"items": {
"list_namespace": "/rezept/",
"Rezept Feed": "/feed_rezepte.xml"
}
},
"Mehr": {
"href": "/mitmachen",
"list_childs": true,
"items": {
"Mitmachen": "/mitmachen",
"Bilder": "https://waffel.li/",
"Videos": "https://waffel.tv/"
}
},
"Kontakt": {
"href": "/kontakt",
"list_childs": true,
"items": {
"Impressum": "/impressum",
"Datenschutz": "/datenschutz"
}
}
}