diff --git a/source/talks.html.twig b/source/talks.html.twig index 87cd0ff0..01fc26ae 100644 --- a/source/talks.html.twig +++ b/source/talks.html.twig @@ -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 %}

Nothing scheduled at the moment.

{% endif %}