1
0

Show TOC after page title

This commit is contained in:
2022-09-22 11:59:17 +02:00
parent 334f6752a6
commit 5fc72f78a6
2 changed files with 22 additions and 0 deletions

View File

@ -6,6 +6,7 @@
{% block content %}
<h1>{{ page.title }}</h1>
{{ macros::toc() }}
{{ page.content | safe }}
{{ macros::page_info(page=page) }}
{% endblock content %}