Expand recently-updated list
This commit is contained in:
parent
491d857d1b
commit
c442907f1a
|
@ -43,7 +43,7 @@ type: website
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{% for page in recent_pages reversed %}
|
{% for page in recent_pages reversed %}
|
||||||
{% if forloop.index < 12 %}
|
{% if forloop.index < 20 %}
|
||||||
{% unless page.tags contains 'Featured' %}
|
{% unless page.tags contains 'Featured' %}
|
||||||
{% include 2017/pages-list-item.html page=page class='article item' %}
|
{% include 2017/pages-list-item.html page=page class='article item' %}
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|
Loading…
Reference in New Issue