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