diff --git a/templates/index.html b/templates/index.html index cfb90a5..7d16008 100644 --- a/templates/index.html +++ b/templates/index.html @@ -46,6 +46,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 %}