diff --git a/source/_partials/talks-table.twig b/source/_partials/talks-table.twig index b26f7ca48..b4dd2d8a7 100644 --- a/source/_partials/talks-table.twig +++ b/source/_partials/talks-table.twig @@ -3,9 +3,13 @@ Date - {% if not talk_page %}Talk{% endif %} + {% if not talk_page %} + Talk + {% endif %} Event - {% if not upcoming %}Feedback{% endif %} + {% if not upcoming %} + Feedback + {% endif %}