diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html
index af17d894c..e35c5291d 100644
--- a/_layouts/2017/home.html
+++ b/_layouts/2017/home.html
@@ -37,7 +37,9 @@ type: website
{% for page in site.pages %}
{% if page.category == category %}
- {% include 2017/pages-list-item.html page=page class='article item' %}
+ {% if page.title %}
+ {% include 2017/pages-list-item.html page=page class='article item' %}
+ {% endif %}
{% endif %}
{% endfor %}
{% endfor %}