diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html
index 08295aa8..60245d63 100644
--- a/site/_includes/news_item.html
+++ b/site/_includes/news_item.html
@@ -5,9 +5,9 @@
- {% for category in post.categories %}
- {{ category }}
- {% endfor %}
+
+ {{ post.categories | array_to_sentence_string }}
+
diff --git a/site/_layouts/news_item.html b/site/_layouts/news_item.html
index a09e545d..6d27976a 100644
--- a/site/_layouts/news_item.html
+++ b/site/_layouts/news_item.html
@@ -8,9 +8,9 @@ layout: news
∞
- {% for category in page.categories %}
- {{ category }}
- {% endfor %}
+
+ {{ page.categories | array_to_sentence_string }}
+