Show pages in 'updated' even if they're featured

This commit is contained in:
Rico Sta. Cruz 2017-09-01 05:02:21 +08:00
parent ccd53663c0
commit 27f47329d8
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 3 deletions

View File

@ -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 %}
{% endif %}
{% endfor %}