diff --git a/source/talks.html.twig b/source/talks.html.twig index 554077d0..ab892341 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -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 %}

Upcoming Talks

{% endif %}