diff --git a/templates/aggregator_page.html b/templates/aggregator_page.html index 5ec28cf..b5366b2 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) %}