diff --git a/_layouts/post.html b/_layouts/post.html index a9abcbb68..f53ec8358 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,7 @@

{{ page.title }}

- {% if (page.categories.size > 0 %} + {% if page.categories.size > 0 %} {{ page.categories | array_to_sentence_string }} | diff --git a/index.html b/index.html index d935d1271..1b30124ce 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@

- {% if (post.categories.size > 0 %} + {% if post.categories.size > 0 %} {{ post.categories | array_to_sentence_string }} | @@ -36,4 +36,4 @@

-

\ No newline at end of file +