Put Section title above description.
This commit is contained in:
parent
9c7540fb26
commit
e637c80fbc
|
@ -49,8 +49,8 @@
|
||||||
{% endblock header %} {% block title %} {% endblock title %} {% block main %}
|
{% endblock header %} {% block title %} {% endblock title %} {% block main %}
|
||||||
|
|
||||||
<main class="site-main section-inner thin animated fadeIn faster">
|
<main class="site-main section-inner thin animated fadeIn faster">
|
||||||
{{ section.content | safe }}
|
|
||||||
<h1>{{ section.title }}</h1>
|
<h1>{{ section.title }}</h1>
|
||||||
|
{{ section.content | safe }}
|
||||||
{% for year, pages in section.pages | group_by(attribute="year") %}
|
{% for year, pages in section.pages | group_by(attribute="year") %}
|
||||||
<div class="posts-group">
|
<div class="posts-group">
|
||||||
<div class="post-year">{{ year }}</div>
|
<div class="post-year">{{ year }}</div>
|
||||||
|
|
Loading…
Reference in a new issue