diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index ab5d9ec..71de071 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -32,7 +32,7 @@
  • ·
  • {% for tag in article.tags %} - {{ tag }}{% if not loop.last %}, {% endif %} + {{ tag }}{% if not loop.last %}, {% endif %} {% endfor %}
  • {% endif %}