1
0

Enable taxonomies and list them in navigation

This commit is contained in:
2021-12-03 22:59:23 +01:00
parent 5db0184653
commit e0ca8f1f2c
5 changed files with 17 additions and 6 deletions

View File

@ -16,12 +16,7 @@
<li><a href="{{ item.path }}">{{ item.title }}</a></li>
{% endfor %}
</ul>
<span class="title">Title</span>
<ul>
<li><a href="">anchor</a></li>
<li><a href="">anchor</a></li>
<li><a href="">anchor</a></li>
</ul>
{{ macros::list_taxonomy(title="Categories", kind="categories") }}
</aside>
<main>
{% block content %}