Removed other talk files

This commit is contained in:
Oliver Davies 2015-08-25 12:59:23 +01:00
parent ba76edfdf8
commit 98e948125f
2 changed files with 0 additions and 36 deletions

View file

@ -1,25 +0,0 @@
{% extends "default.twig" %}
{% block body_classes 'page--talks page--talks__talk' %}
{% block content_wrapper %}
<main class="col-md-9">
<h1>{{ page.title }}</h1>
<p>At {{ page.location }} on {{ page.date|date(site.default_date_format) }}.</p>
{{ page.blocks.content|raw }}
{% if page.joindin %}
<p>
<a href="{{ page.joindin }}" class="btn btn-primary">Rate this talk</a>
</p>
{% endif %}
{% if page.slides_embed %}
<div class="slides">
{{ page.slides_embed|raw }}
</div>
{% endif %}
</main>
{% endblock content_wrapper %}

View file

@ -1,11 +0,0 @@
---
title:
location:
slug:
tags:
-
-
slides:
slides_embed:
draft: true
---