diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html
index 7dce994a2..bb9d54c14 100644
--- a/_layouts/2017/home.html
+++ b/_layouts/2017/home.html
@@ -37,7 +37,7 @@ type: website
{% for page in recent_pages reversed %}
- {% if forloop.index < 20 %}
+ {% if forloop.index <= 18 %}
{% include 2017/pages-list-item.html page=page class='article item' %}
{% endif %}
{% endfor %}