forked from ag_kommunikation/webseite
Inhalte im Menü klickbar machen
This commit is contained in:
parent
c0c0f39ac9
commit
a405388d87
7
content/aktuelles/contents.lr
Normal file
7
content/aktuelles/contents.lr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
_model: page
|
||||||
|
---
|
||||||
|
title: Aktuelles
|
||||||
|
---
|
||||||
|
body:
|
||||||
|
|
||||||
|
Aktuelle Inhalte findest du im [Blog](/blog) und im [Podcast](/podcast).
|
@ -1,3 +1,3 @@
|
|||||||
_model: blog
|
_model: blog
|
||||||
---
|
---
|
||||||
title: Aktuelles
|
title: Blog
|
||||||
|
7
content/podcast/contents.lr
Normal file
7
content/podcast/contents.lr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
_model: page
|
||||||
|
---
|
||||||
|
title: Podcast
|
||||||
|
---
|
||||||
|
body:
|
||||||
|
|
||||||
|
Hier findest du die aktuellen Folgen des WTF-Podcasts.
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user