2019-01-18 14:09:56 +00:00
|
|
|
{% set talks = getAllTalks([page], site.events) %}
|
|
|
|
{% if talks is not empty %}
|
|
|
|
<div class="mt-8">
|
|
|
|
<h2 class="mb-2">Events</h2>
|
2018-05-09 23:17:07 +00:00
|
|
|
|
2019-01-18 14:09:56 +00:00
|
|
|
{% include "talks/table" with {
|
|
|
|
talks: talks|reverse,
|
|
|
|
talk_page: true
|
|
|
|
} %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|