diff --git a/src/planet/templates/feedzilla/tag.html b/src/planet/templates/feedzilla/tag.html index abce7f1..3cc3666 100644 --- a/src/planet/templates/feedzilla/tag.html +++ b/src/planet/templates/feedzilla/tag.html @@ -2,15 +2,18 @@ {% load i18n %} {% block feedzilla_content %} -

{% block title %}{% blocktrans %}Posts with «{{ tag }}» label{% endblocktrans %}{% endblock title %}

-
-{% if page.object_list %} - {% for post in page.object_list %} - {% include 'feedzilla/_post_template.html' %} -
- {% endfor %} - {% include "pagination.html" %} -{% else %} -

{% trans "No posts with such label" %}

-{% endif %} + +
+

{% block title %}{% blocktrans %}Posts with «{{ tag }}» label{% endblocktrans %}{% endblock title %}

+
+ {% if page.object_list %} + {% for post in page.object_list %} + {% include 'feedzilla/_post_template.html' %} +
+ {% endfor %} + {% include "pagination.html" %} + {% else %} +

{% trans "No posts with such label" %}

+ {% endif %} +
{% endblock %} -- libgit2 0.21.2