Expand recently-updated list

This commit is contained in:
Rico Sta. Cruz 2017-08-30 21:52:50 +08:00
parent 491d857d1b
commit c442907f1a
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ type: website
</h2>
{% 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 %}