This commit is contained in:
Oliver Davies 2015-08-10 00:20:24 +01:00
parent ab3fd1be7e
commit 437d4f8cce

View file

@ -11,9 +11,11 @@ use:
{% block content %} {% block content %}
<h1>Talks</h1> <h1>Talks</h1>
<p>I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. 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 including Drupal, Sculpin and Git. If
you would like to me to speak at your group or conference, please <a href="/contact/">get in touch</a>.</p>
<p>There is also information about events that Ive attended and spoken at on my <a href="{{ site.lanyrd.url }}">Lanyrd</a> and <a href="{{ site.joindin.url }}">Joind.in</a> profiles.</p> <p>There is also information about events that Ive attended and spoken at on my
<a href="{{ site.lanyrd.url }}">Lanyrd</a> and <a href="{{ site.joindin.url }}">Joind.in</a> profiles.</p>
{% set now = 'now'|date('U') %} {% set now = 'now'|date('U') %}
{% set talks = data.talks|reverse %} {% set talks = data.talks|reverse %}