Use tables again for talks
This commit is contained in:
parent
4fa5cd767d
commit
135de801bc
47 changed files with 186 additions and 476 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue