render content on landing page
This commit is contained in:
parent
33def459cc
commit
71a75c7795
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@
|
||||||
<h1>{{ config.extra.after_dark_title }}</h1>
|
<h1>{{ config.extra.after_dark_title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if section.content %}
|
||||||
|
<div>
|
||||||
|
{{ section.content | safe }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% for page in paginator.pages %}
|
{% for page in paginator.pages %}
|
||||||
{{ post_macros::page_in_list(page=page) }}
|
{{ post_macros::page_in_list(page=page) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue