Feat: toctree based on categories

This commit is contained in:
2020-06-25 16:10:24 +02:00
parent d49fabf259
commit 548aecf9e3
3 changed files with 24 additions and 28 deletions

View File

@@ -86,7 +86,9 @@
</div>
<nav>
{% if TOCTREE %}
{% include "partial/toctree.html" %}
{% endif %}
{% if pages or LINKS%}
<ul class="list">
@@ -104,6 +106,7 @@
{% endfor %}
</ul>
{% endif %}
</nav>
</aside>
<main>