1
0

List all posts from given category

This commit is contained in:
2021-12-04 18:30:05 +01:00
parent 194fcc5b92
commit ae22681f18
2 changed files with 9 additions and 2 deletions

View File

@ -1 +1,6 @@
{% extends "index.html" %}
{% block content %}
<h1>{{ term.name }} category</h1>
{{ macros::list_posts(section=term, taxonomy=true) }}
{% endblock %}