diff --git a/source/_partials/talks-table.twig b/source/_partials/talks-table.twig
index b26f7ca4..b4dd2d8a 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 %}