diff --git a/source/_partials/talks-table.html.twig b/source/_partials/talks-table.html.twig index cf19c97d..ebd9d573 100644 --- a/source/_partials/talks-table.html.twig +++ b/source/_partials/talks-table.html.twig @@ -2,23 +2,16 @@ - - - {% if not talk_page %} - - {% endif %} - + + {% if not talk_page %}{% endif %} - - {% if not upcoming %} - - {% endif %} + {% if not upcoming %}{% endif %} {% for talk in talks %} - {% endif %} -
DateTalkDateTalkEventFeedbackFeedback
+ {{ talk.event.date|date(talk.event.fuzzy_date ? 'M Y' : 'j M Y') }} @@ -53,7 +46,7 @@ + {% if talk.event.url is not empty %} {{ talk.event.name }}