diff --git a/_pages/blog.md b/_pages/blog.md
index 62ce6da..d11387f 100644
--- a/_pages/blog.md
+++ b/_pages/blog.md
@@ -155,7 +155,10 @@ pagination:
·
{% for tag in post.tags %}
- {{ tag }}
+ {{ tag }}
+ {% unless forloop.last %}
+
+ {% endunless %}
{% endfor %}
{% endif %}
@@ -163,7 +166,10 @@ pagination:
·
{% for category in post.categories %}
- {{ category }}
+ {{ category }}
+ {% unless forloop.last %}
+
+ {% endunless %}
{% endfor %}
{% endif %}