Removed other talk files
This commit is contained in:
parent
ba76edfdf8
commit
98e948125f
|
@ -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 %}
|
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
title:
|
|
||||||
location:
|
|
||||||
slug:
|
|
||||||
tags:
|
|
||||||
-
|
|
||||||
-
|
|
||||||
slides:
|
|
||||||
slides_embed:
|
|
||||||
draft: true
|
|
||||||
---
|
|
Loading…
Reference in a new issue