From 1cc87fa90d101654eaa4c62098475a5c07569872 Mon Sep 17 00:00:00 2001 From: yorick Barbanneau Date: Wed, 6 Feb 2019 00:33:06 +0100 Subject: [PATCH] Tag pl-fr is not dislayed on article and on tag cloud --- templates/article.html | 2 +- templates/tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index f55a9f0..ec32e03 100644 --- a/templates/article.html +++ b/templates/article.html @@ -123,7 +123,7 @@ {% if article.tags %} {% endif %} diff --git a/templates/tags.html b/templates/tags.html index 579d351..d14e84d 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -48,7 +48,7 @@ {% set steps = (TAG_CLOUD_STEPS|default(5, true)) - 1 %}
- {% for tag, articles in tags|sort %} + {% for tag, articles in tags|sort if not tag=="pl-fr" %} {% set count = articles|count %}