diff --git a/templates/categories/single.html b/templates/categories/single.html index 12c40fb..9574bd5 100644 --- a/templates/categories/single.html +++ b/templates/categories/single.html @@ -2,7 +2,7 @@ {% block content %}

{{ term.name }} category

- +
{{ macros::list_posts(section=term, taxonomy=true) }} {% endblock %}