Remove feedback column for upcoming talks
This commit is contained in:
parent
a779120434
commit
d4876ba91d
|
@ -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 %}
|
||||
|
|
Reference in a new issue