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) %}