From c442907f1ad1f2478b9c6c258702c6198d8c69a3 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 30 Aug 2017 21:52:50 +0800 Subject: [PATCH] Expand recently-updated list --- _layouts/2017/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}