diff --git a/source/talks.html.twig b/source/talks.html.twig
index c2ff6ec26..903b775ac 100644
--- a/source/talks.html.twig
+++ b/source/talks.html.twig
@@ -2,20 +2,6 @@
layout: default
title: Talks
nav: talks
-<<<<<<< HEAD
-use:
- - talks
----
-
-
Talks
-
-
- {% for talk in data.talks %}
- - {{ talk.date|date('F Y') }} - {{ talk.location|raw }}
- - {{ talk.title }}
- {% endfor %}
-
-=======
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 %}
-{% endif %}
->>>>>>> master
+{% endif %}
\ No newline at end of file