diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index 38c5095..8450186 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -38,6 +38,14 @@ {% endfor %} {% endif %} + {% if TAGS_IN_INDEX and article.tags %} +
  • + + {% for tag in article.tags %} + #{{ tag }}{% if not loop.last %}, {% endif %} + {% endfor %} +
  • + {% endif %}