diff --git a/source/talks.twig b/source/talks.twig index 1cb20b2b..879a401e 100644 --- a/source/talks.twig +++ b/source/talks.twig @@ -26,12 +26,14 @@ use: [talks, posts] {% endfor %} {% endfor %} -

Upcoming Talks

+{% if upcoming_events is not empty %} +

Upcoming Talks

-{% include "talks-table" with { - events: upcoming_events|sortbyfield('date'), - hide_feedback: true, -} %} + {% include "talks-table" with { + events: upcoming_events|sortbyfield('date'), + hide_feedback: true, + } %} +{% endif %}

Last 5 Talks