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