diff --git a/src/partials/post/list.hbs b/src/partials/post/list.hbs
index 95e08a5a..c8164380 100644
--- a/src/partials/post/list.hbs
+++ b/src/partials/post/list.hbs
@@ -20,7 +20,7 @@
{{#if tags}}
{{#foreach tags}}
- {{name}}
+ {{name}}
{{~#if @last}} {{else}}, {{/if}}
{{/foreach}}
diff --git a/src/post.hbs b/src/post.hbs
index 8a78e19a..7dc45fb0 100644
--- a/src/post.hbs
+++ b/src/post.hbs
@@ -15,7 +15,7 @@
{{#if tags}}
{{#foreach tags}}
- {{name}}
+ {{name}}
{{~#if @last}} {{else}}, {{/if}}
{{/foreach}}