1
0

List categories in article info

This commit is contained in:
2021-12-04 18:05:15 +01:00
parent e0ca8f1f2c
commit e20c485d03
3 changed files with 19 additions and 4 deletions

View File

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