Show pages in 'updated' even if they're featured
This commit is contained in:
parent
ccd53663c0
commit
27f47329d8
|
@ -38,9 +38,7 @@ type: website
|
||||||
|
|
||||||
{% for page in recent_pages reversed %}
|
{% for page in recent_pages reversed %}
|
||||||
{% if forloop.index < 20 %}
|
{% if forloop.index < 20 %}
|
||||||
{% 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 %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue