Inhalte im Menü klickbar machen

This commit is contained in:
Benedikt Brückmann 2021-03-08 10:07:19 +01:00
parent c0c0f39ac9
commit a405388d87
4 changed files with 18 additions and 4 deletions

View File

@ -0,0 +1,7 @@
_model: page
---
title: Aktuelles
---
body:
Aktuelle Inhalte findest du im [Blog](/blog) und im [Podcast](/podcast).

View File

@ -1,3 +1,3 @@
_model: blog _model: blog
--- ---
title: Aktuelles title: Blog

View File

@ -0,0 +1,7 @@
_model: page
---
title: Podcast
---
body:
Hier findest du die aktuellen Folgen des WTF-Podcasts.

View File

@ -15,12 +15,12 @@
} }
}, },
"Aktuelles": { "Aktuelles": {
"href": "/blog", "href": "/aktuelles",
"visible": true, "visible": true,
"list_childs": true, "list_childs": true,
"items": { "items": {
"Blog": "#", "Blog": "/blog",
"Podcast": "#" "Podcast": "/podcast"
} }
}, },
"Kontakt": { "Kontakt": {