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

@ -11,7 +11,7 @@ use: [talks]
<h2>Upcoming Talks</h2>
{% set upcoming_talks = getUpcomingTalks(data.talks, site.events) %}
{% if upcoming_talks %}
{% if not upcoming_talks.empty %}
{% include "talks-table" with { talks: upcoming_talks, upcoming: true } %}
{% else %}
<p>Nothing scheduled at the moment.</p>