diff --git a/templates/article.html b/templates/article.html index 862a3b1..c5dc9dc 100755 --- a/templates/article.html +++ b/templates/article.html @@ -131,7 +131,7 @@ {% if article.tags %}
-

tags: {% for tag in article.tags %}{{ tag | escape }}, {% endfor %}

+

tags: {% for tag in article.tags %}{{ tag | escape }}{% if not loop.last %}, {% endif %}{% endfor %}

{% endif %}