From 27f47329d83c8e15ea0ae04b7be74025dd565863 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 1 Sep 2017 05:02:21 +0800 Subject: [PATCH] Show pages in 'updated' even if they're featured --- _layouts/2017/home.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html index 5fd3d5752..7dce994a2 100644 --- a/_layouts/2017/home.html +++ b/_layouts/2017/home.html @@ -38,9 +38,7 @@ type: website {% for page in recent_pages reversed %} {% if forloop.index < 20 %} - {% unless page.tags contains 'Featured' %} - {% include 2017/pages-list-item.html page=page class='article item' %} - {% endunless %} + {% include 2017/pages-list-item.html page=page class='article item' %} {% endif %} {% endfor %}