diff --git a/source/talks.html b/source/talks.html index 7aa883f3..b4063ac8 100644 --- a/source/talks.html +++ b/source/talks.html @@ -17,7 +17,7 @@ use: {% set talks = data.talks %} {% set found = false %} -{% for talk in talks if talk.date >= now %} +{% for talk in talks|reverse if talk.date >= now %} {% if loop.first %} {% set found = true %}