List all posts from given category
This commit is contained in:
@ -1 +1,6 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ term.name }} category</h1>
|
||||
{{ macros::list_posts(section=term, taxonomy=true) }}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user