From a405388d8782c4ed431d46f70b2cca2e534143c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20Br=C3=BCckmann?= <64bit+git@posteo.de> Date: Mon, 8 Mar 2021 10:07:19 +0100 Subject: [PATCH] =?UTF-8?q?Inhalte=20im=20Men=C3=BC=20klickbar=20machen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/aktuelles/contents.lr | 7 +++++++ content/blog/contents.lr | 2 +- content/podcast/contents.lr | 7 +++++++ databags/navigation.json | 6 +++--- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 content/aktuelles/contents.lr create mode 100644 content/podcast/contents.lr 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": {