From c815902512d6d665cbc868fe08ba0cb07d0a8280 Mon Sep 17 00:00:00 2001 From: muli Date: Tue, 16 May 2023 11:50:09 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Titel=20und=20Anrei=C3=9Fertext=20von?= =?UTF-8?q?=20Podcast-/Blog=C3=BCbersicht=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/aktuelles/contents.lr | 3 +++ templates/aggregator_page.html | 13 ------------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/content/aktuelles/contents.lr b/content/aktuelles/contents.lr index 54fbaaa..e6849f4 100644 --- a/content/aktuelles/contents.lr +++ b/content/aktuelles/contents.lr @@ -1,5 +1,8 @@ _model: aggregator_page --- + +# Title und Body werden aktuell nicht gerendert. + title: Aktuelles --- body: Die neusten Blogposts und Podcastepisoden siehst Du hier, die vollständige Historie findest Du unter [Blog](/blog) und [Podcast](/podcast). diff --git a/templates/aggregator_page.html b/templates/aggregator_page.html index ffd278f..662a574 100644 --- a/templates/aggregator_page.html +++ b/templates/aggregator_page.html @@ -8,19 +8,6 @@ {%- endif -%} {%- endblock -%} {% block body %} -
-
-

{{ this.title }}

-
-
-
-
-
- {{ this.body }} -
-
-
-
{% set blog_posts = site.get('/blog').children.order_by('-pub_date').limit(3) %} {% set episodes = site.get('/podcast').children.order_by('-pub_date').limit(3) %}