Feat: toctree based on categories
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user