Fixed talks page
This commit is contained in:
parent
5ca4ca775c
commit
a0fead16ea
|
@ -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 %}
|
Loading…
Reference in a new issue