diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html index abc5ed923..5b5c728ed 100644 --- a/_layouts/2017/home.html +++ b/_layouts/2017/home.html @@ -43,7 +43,7 @@ type: website {% for page in recent_pages reversed %} - {% if forloop.index < 12 %} + {% if forloop.index < 20 %} {% unless page.tags contains 'Featured' %} {% include 2017/pages-list-item.html page=page class='article item' %} {% endunless %}