diff --git a/templates/article.html b/templates/article.html index 62142b84..f5a062d3 100644 --- a/templates/article.html +++ b/templates/article.html @@ -95,11 +95,22 @@ {% if article.tags %}
{% for tag in article.tags %} - {{ tag }} + {{ tag }}{{"," if not loop.last }} {% endfor %}
{% endif %} + {% if article.share_post and article.status != 'draft' %} + + {% endif %} {% endblock %}