diff --git a/_layouts/post.html b/_layouts/post.html
index 7569e18..d6e25bf 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,7 +15,7 @@ layout: default
{% endif %}
{% endfor %}
{% if category %}
- {% capture category_content %} in {{ category.name }}{% endcapture %}
+ {% capture category_content %} in {{ category.name }}{% endcapture %}
{% endif %}
{% else %}
{% assign category_content = '' %}
@@ -30,7 +30,7 @@ layout: default
{% endif %}
{% endfor %}
{% if tag %}
- {% capture tags_content_temp %}{{ tags_content }}{{ tag.name }}{% if forloop.last == false %}, {% endif %}{% endcapture %}
+ {% capture tags_content_temp %}{{ tags_content }}{{ tag.name }}{% if forloop.last == false %}, {% endif %}{% endcapture %}
{% assign tags_content = tags_content_temp %}
{% endif %}
{% endfor %}