commit | 91c1d45f19a723cdf56d4eca700f5de1c61424e2 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Fri Mar 22 15:15:17 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Fri Mar 22 15:15:17 2013 +0100 |
tree | 2b5a896fe34201fbbdcf09099d1d4ec54f6456fc | |
parent | 87d6a707af2581ade9ef61a23630d5516eb2b02a [diff] [blame] |
improves paginator and tags/categories/archives listing layout
diff --git a/templates/article.html b/templates/article.html index 6abe2e6..c1bea9b 100644 --- a/templates/article.html +++ b/templates/article.html
@@ -16,7 +16,7 @@ {% if article.tags %} Tags: {% for tag in article.tags %} - <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> + <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %},{% endif %} {% endfor %} {% endif %} </div>