From 3e020d5ca5a6f4106ed8efef594c7b5b02e3d670 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/index.html b/templates/index.html index 72d28b7..aa1c232 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,6 +47,11 @@

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