diff --git a/content/aktuelles/contents.lr b/content/aktuelles/contents.lr new file mode 100644 index 0000000..4da80da --- /dev/null +++ b/content/aktuelles/contents.lr @@ -0,0 +1,7 @@ +_model: page +--- +title: Aktuelles +--- +body: + +Aktuelle Inhalte findest du im [Blog](/blog) und im [Podcast](/podcast). \ No newline at end of file diff --git a/content/blog/contents.lr b/content/blog/contents.lr index b49311a..56be89d 100644 --- a/content/blog/contents.lr +++ b/content/blog/contents.lr @@ -1,3 +1,3 @@ _model: blog --- -title: Aktuelles +title: Blog diff --git a/content/podcast/contents.lr b/content/podcast/contents.lr new file mode 100644 index 0000000..a06ac3b --- /dev/null +++ b/content/podcast/contents.lr @@ -0,0 +1,7 @@ +_model: page +--- +title: Podcast +--- +body: + +Hier findest du die aktuellen Folgen des WTF-Podcasts. \ No newline at end of file diff --git a/databags/navigation.json b/databags/navigation.json index 0745e0d..ef16139 100644 --- a/databags/navigation.json +++ b/databags/navigation.json @@ -15,12 +15,12 @@ } }, "Aktuelles": { - "href": "/blog", + "href": "/aktuelles", "visible": true, "list_childs": true, "items": { - "Blog": "#", - "Podcast": "#" + "Blog": "/blog", + "Podcast": "/podcast" } }, "Kontakt": {