From d66fd4602733f66043647d08e64290a79bb460ca Mon Sep 17 00:00:00 2001 From: Jan Christian Gr??nhage Date: Fri, 13 Mar 2020 23:21:22 +0100 Subject: [PATCH] render content on landing page --- templates/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/index.html b/templates/index.html index 23410e6..286932b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,10 +47,18 @@

{{ config.extra.after_dark_title }}

{% endif %} + + {% if section.content %} +
+ {{ section.content | safe }} +
+ {% endif %} + {% for page in paginator.pages %} {{ post_macros::page_in_list(page=page) }} {% endfor %} + {% if paginator.number_pagers > 1 %} + {% endif %} {% endblock content %}