Expand recently-updated list
This commit is contained in:
parent
491d857d1b
commit
c442907f1a
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue