link to GDPR
This commit is contained in:
parent
84965179b5
commit
335b82fbf0
1 changed files with 5 additions and 13 deletions
|
@ -2,14 +2,6 @@
|
|||
"Start": {
|
||||
"href": "/"
|
||||
},
|
||||
"Blog": {
|
||||
"href": "/blog",
|
||||
"list_childs": true,
|
||||
"items": {
|
||||
"list_namespace": "/blog",
|
||||
"Feed": "/feed_blog.xml"
|
||||
}
|
||||
},
|
||||
"Rezepte": {
|
||||
"href": "/rezept",
|
||||
"list_childs": true,
|
||||
|
@ -19,8 +11,8 @@
|
|||
}
|
||||
},
|
||||
"Mehr": {
|
||||
"href": "/mitmachen",
|
||||
"list_childs": true,
|
||||
"href": "https://c3woc.de/mitmachen",
|
||||
"list_childs": false,
|
||||
"items": {
|
||||
"Mitmachen": "/mitmachen",
|
||||
"Hygiene": "/hygiene",
|
||||
|
@ -29,11 +21,11 @@
|
|||
}
|
||||
},
|
||||
"Kontakt": {
|
||||
"href": "/kontakt",
|
||||
"href": "https://c3woc.de/kontakt",
|
||||
"list_childs": true,
|
||||
"items": {
|
||||
"Impressum": "/impressum",
|
||||
"Datenschutz": "/datenschutz"
|
||||
"Impressum": "https://c3woc.de/impressum",
|
||||
"Datenschutz": "https://c3woc.de/datenschutz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue