forked from ag_kommunikation/webseite
Merge pull request 'Inhalte im Menü klickbar machen' (#22) from 64bit/wtf-public-website:fix-header into master
Reviewed-on: https://git.vebit.xyz/vebit/wtf-public-website/pulls/22
This commit is contained in:
commit
10305dcd73
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