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:
L3D 2021-03-08 10:26:52 +01:00
commit 10305dcd73
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
---
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": {
"href": "/blog",
"href": "/aktuelles",
"visible": true,
"list_childs": true,
"items": {
"Blog": "#",
"Podcast": "#"
"Blog": "/blog",
"Podcast": "/podcast"
}
},
"Kontakt": {