Don't reverse the order.
This commit is contained in:
parent
0c3523972c
commit
45c95923be
|
@ -24,7 +24,7 @@ use:
|
||||||
{% set year = '0' %}
|
{% set year = '0' %}
|
||||||
{% set new_year = false %}
|
{% set new_year = false %}
|
||||||
|
|
||||||
{% for talk in talks|reverse if talk.date >= now %}
|
{% for talk in talks if talk.date >= now %}
|
||||||
{% if loop.first %}
|
{% if loop.first %}
|
||||||
<h2>Upcoming Talks</h2>
|
<h2>Upcoming Talks</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue