Remove feedback column for upcoming talks

This commit is contained in:
Oliver Davies 2017-11-07 13:48:11 +00:00
parent a779120434
commit d4876ba91d

View file

@ -12,7 +12,7 @@ use: [talks]
{% set upcoming_talks = { talks: data.talks, event_data: site.events }|upcoming_talks %}
{% if upcoming_talks %}
{% include "talks-table" with { talks: upcoming_talks } %}
{% include "talks-table" with { talks: upcoming_talks, upcoming: true } %}
{% else %}
<p>Nothing scheduled at the moment.</p>
{% endif %}