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
|
||||
---
|
||||
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": {
|
||||
"href": "/blog",
|
||||
"href": "/aktuelles",
|
||||
"visible": true,
|
||||
"list_childs": true,
|
||||
"items": {
|
||||
"Blog": "#",
|
||||
"Podcast": "#"
|
||||
"Blog": "/blog",
|
||||
"Podcast": "/podcast"
|
||||
}
|
||||
},
|
||||
"Kontakt": {
|
||||
|
Loading…
Reference in New Issue
Block a user