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 e2c7a20ae2
commit cd671fc193
Signed by: jcgruenhage
GPG key ID: EEC1170CE56FA2ED

View file

@ -46,6 +46,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 %}