Reverse
This commit is contained in:
parent
10b1bca74a
commit
550de135f0
|
@ -24,7 +24,7 @@ talks:
|
||||||
<p>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 <a href="/contact/">get in touch</a>.</p>
|
<p>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 <a href="/contact/">get in touch</a>.</p>
|
||||||
|
|
||||||
{% set now = 'now'|date('U') %}
|
{% set now = 'now'|date('U') %}
|
||||||
{% set talks = page.talks %}
|
{% set talks = page.talks|reverse %}
|
||||||
|
|
||||||
{% set found = false %}
|
{% set found = false %}
|
||||||
{% for talk in talks|reverse if talk.date >= now %}
|
{% for talk in talks|reverse if talk.date >= now %}
|
||||||
|
|
Reference in a new issue