diff --git a/templates/tags.html b/templates/tags.html index b29bfc9..5af1a6d 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -16,19 +16,15 @@ {% if PLUGINS and 'tag_cloud' in PLUGINS %}
-

{{ _('Tag Cloud') }}

-
-

{{ _('Tag List') }}

- {% endif %} - {% if not PLUGINS or 'tag_cloud' not in PLUGINS %} -
{% endif %} + +
    {%- for tag, articles in tags|sort %}
  • {{ tag }} ({{ articles|count }})
  • @@ -37,4 +33,3 @@
{% endblock %} -