Fixed talks page

This commit is contained in:
Oliver Davies 2015-04-25 14:44:39 +01:00
parent 5ca4ca775c
commit a0fead16ea

View file

@ -2,20 +2,6 @@
layout: default
title: Talks
nav: talks
<<<<<<< HEAD
use:
- talks
---
<h1>Talks</h1>
<dl>
{% for talk in data.talks %}
<dt>{{ talk.date|date('F Y') }} - {{ talk.location|raw }}</dt>
<dd><a href="{{ site.url }}{{ talk.url }}">{{ talk.title }}</a></dd>
{% endfor %}
</dl>
=======
meta:
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
talks:
@ -111,5 +97,4 @@ talks:
{% endfor %}
{% if found %}
</dl>
{% endif %}
>>>>>>> master
{% endif %}