Tag pl-fr is not dislayed on article and on tag cloud

This commit is contained in:
Yorick Barbanneau 2019-02-06 00:33:06 +01:00
parent 7b2f7a57b9
commit 1cc87fa90d
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@
{% if article.tags %}
<aside class="post-tags">
{% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag | escape }}</a>{% if not loop.last %}{% endif %}{% endfor %}
{% for tag in article.tags if not tag=="pl-fr" %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag | escape }}</a>{% if not loop.last %}{% endif %}{% endfor %}
</aside>
{% endif %}