From 53180849cbcd412d4aa79e5eb76c018af395bb9b Mon Sep 17 00:00:00 2001 From: Wang Zhi Date: Sun, 10 Apr 2016 15:02:59 +0800 Subject: [PATCH] Fix tag url in article pages. --- alchemy/templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}