render content on landing page

This commit is contained in:
Jan Christian Gr??nhage 2020-03-13 23:21:22 +01:00 committed by Jan Christian Grünhage
parent abb90ce53d
commit 3e020d5ca5

View file

@ -47,6 +47,11 @@
<h1>{{ config.extra.after_dark_title }}</h1>
</header>
{% endif %}
{% if section.content %}
<div>
{{ section.content | safe }}
</div>
{% endif %}
{% for page in paginator.pages %}
{{ post_macros::page_in_list(page=page) }}
{% endfor %}