From e5fb1515caec62d06b006c8f20be36d34b819eb3 Mon Sep 17 00:00:00 2001 From: muli Date: Wed, 21 Jun 2023 21:38:47 +0200 Subject: [PATCH] fix: Section geschlossen. --- templates/aggregator_page.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/templates/aggregator_page.html b/templates/aggregator_page.html index 5ec28cf8..b5366b22 100644 --- a/templates/aggregator_page.html +++ b/templates/aggregator_page.html @@ -9,14 +9,15 @@ {%- endblock -%} {% block body %}
-
-
-
-

{{ this.title }}

- {{ this.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) %}