Enable content on section pages

This commit is contained in:
Jonas Tobias Hopusch 2021-06-14 12:02:33 +02:00
parent edfb7b84a1
commit 3423f569a6
Failed to generate hash of commit
1 changed files with 3 additions and 0 deletions

View File

@ -6,5 +6,8 @@
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
<div>
{{ section.content | safe }}
</div>
</article>
{% endblock content %}