From c475ee915a018434b94ee4d211f57d5df9838949 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 Jun 2018 12:36:30 +0100 Subject: [PATCH] Short dates on mobile --- source/_partials/talks-table.html.twig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_partials/talks-table.html.twig b/source/_partials/talks-table.html.twig index 9b518615..80a20daa 100644 --- a/source/_partials/talks-table.html.twig +++ b/source/_partials/talks-table.html.twig @@ -19,7 +19,12 @@ {% for talk in talks %} - {{ talk.event.date|date(talk.event.fuzzy_date ? 'F Y' : 'j F Y') }} + + {{ talk.event.date|date(talk.event.fuzzy_date ? 'M Y' : 'j M Y') }} + + {% if talk.event.time is defined %}