{{ 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 @@