diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 375cab9..ab5d9ec 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -28,6 +28,14 @@
  • {{ article.category }}
  • + {% if article.tags %} +
  • ·
  • +
  • + {% for tag in article.tags %} + {{ tag }}{% if not loop.last %}, {% endif %} + {% endfor %} +
  • + {% endif %} {% if article.author and SHOW_ARTICLE_AUTHOR %}
  • ·