diff --git a/source/_includes/talks-table.html.twig b/source/_includes/talks-table.html.twig index 2036d0f4..9a863d43 100644 --- a/source/_includes/talks-table.html.twig +++ b/source/_includes/talks-table.html.twig @@ -22,7 +22,7 @@ {{ row.date.date|date(row.date.fuzzy_date ? 'F Y' : 'j F Y') }} {% if row.date.time is defined %} - + {{ row.date.time }} {% endif %} @@ -40,7 +40,7 @@ {{ row.date.talk_title }} {% endif %} - + {{ row.date.type|default('Talk') }} @@ -56,7 +56,7 @@ {% endif %} {% if row.event.location is defined %} - + {{ row.event.location }} {% endif %}