From 550de135f0905ad0c3e3dd1d69a212f11ccbbcf9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 15 Jul 2015 23:47:30 +0100 Subject: [PATCH] Reverse --- source/talks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}