From 434121e1b3eadddb1ac1de6512ac990da290a1bc Mon Sep 17 00:00:00 2001 From: Richard Bos Date: Sat, 31 Jul 2021 17:45:27 +0200 Subject: [PATCH] Adjust tag_cloud style as advised by Alexandre --- templates/tags.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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 %} -