From 9a3c83737372e9b52af0ef77dce8909f799df28d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 6 Sep 2017 12:19:36 +0100 Subject: [PATCH] Change colour --- source/_includes/talks-table.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}