Put Section title above description.

This commit is contained in:
Lyle Mantooth 2022-10-29 13:29:36 -04:00
parent 9c7540fb26
commit e637c80fbc
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789

View file

@ -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>