diff --git a/source/talks.html b/source/talks.html index 7b9119dd..a9027c1a 100644 --- a/source/talks.html +++ b/source/talks.html @@ -24,7 +24,7 @@ talks:

I regularly speak at conferences and user groups about a range of subjects relating to Drupal, PHP and web development. If you would like to me to speak at your group or conference, please get in touch.

{% set now = 'now'|date('U') %} - {% set talks = page.talks %} + {% set talks = page.talks|reverse %} {% set found = false %} {% for talk in talks|reverse if talk.date >= now %}