Don't reverse the order.

This commit is contained in:
Oliver Davies 2015-08-13 21:43:57 +01:00
parent 0c3523972c
commit 45c95923be

View file

@ -24,7 +24,7 @@ use:
{% set year = '0' %}
{% set new_year = false %}
{% for talk in talks|reverse if talk.date >= now %}
{% for talk in talks if talk.date >= now %}
{% if loop.first %}
<h2>Upcoming Talks</h2>
{% endif %}