diff --git a/templates/categories/list.html b/templates/categories/list.html index 56ae338..1394c85 100644 --- a/templates/categories/list.html +++ b/templates/categories/list.html @@ -4,7 +4,7 @@

Categories

- +

{% if terms %}

{% endif %} +

{% endblock content %} diff --git a/templates/categories/single.html b/templates/categories/single.html index 40ef984..69133a4 100644 --- a/templates/categories/single.html +++ b/templates/categories/single.html @@ -4,9 +4,9 @@ {% block content %}

Posts in category "{{ term.name }}"

-

{% for page in term.pages %} +

{{ page.title }}

- {% endfor %}

+ {% endfor %} {% endblock content %}