diff --git a/_includes/post-meta.html b/_includes/post-meta.html index ba189ba..b9baaae 100755 --- a/_includes/post-meta.html +++ b/_includes/post-meta.html @@ -1,12 +1,12 @@ {% if page.categories %} {% capture categories %} {% for category in page.categories %} - {{ category }}{% if forloop.last == false %},{% endif %} + {{ category }}{% if forloop.last == false %},{% endif %} {% endfor %} {% endcapture %} {% elsif page.category %} {% capture categories %} - {{ page.category }} + {{ page.category }} {% endcapture %} {% endif %}