Use tables again for talks

This commit is contained in:
Oliver Davies 2018-05-10 00:17:07 +01:00
parent 4fa5cd767d
commit 135de801bc
47 changed files with 186 additions and 476 deletions

View file

@ -2,11 +2,8 @@
{% block content_wrapper %}
<div>
<div class="mb-4 text-grey">
{{ page.date|date('jS F Y') }}
</div>
<div>
<h2>Abstract</h2>
{{ page.summary|markdown }}
{% block content %}{% endblock %}
</div>
@ -14,4 +11,5 @@
{% include 'talk/slides' %}
{% include 'talk/video' %}
{% include 'talk/events' %}
{% endblock %}