diff --git a/blog/index.html b/blog/index.html
index c5cc22af..0db29138 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -20,7 +20,7 @@ title: titles.allposts
{% t blog.author %} {{ post.author }} | {{ post.date | date: "%-d %B %Y" }}
Category:
{% for tag in post.tags %}
- {{ tag }}
+ {{ tag }}{% unless forloop.last %},{% endunless %}
{% endfor %}