From 382e2dc1c81a19863f17ad44b85f5eb049b68a7c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 10 Sep 2015 15:03:24 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20link=20to=20talks=20with=20fuzz?= =?UTF-8?q?y=20dates.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oliverdavies/_partials/talk-listing-item.html.twig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/themes/opdavies/oliverdavies/_partials/talk-listing-item.html.twig b/source/themes/opdavies/oliverdavies/_partials/talk-listing-item.html.twig index 1538f7c9..548d3408 100644 --- a/source/themes/opdavies/oliverdavies/_partials/talk-listing-item.html.twig +++ b/source/themes/opdavies/oliverdavies/_partials/talk-listing-item.html.twig @@ -5,5 +5,11 @@ {% else %} {{ talk.date|date('jS F') }} {% endif %} - {% endspaceless %} - {{ talk.location }} - {{ talk.title }} + {% endspaceless %} - {{ talk.location }} + - + {% if talk.fuzzy_date %} + {{ talk.title }} + {% else %} + {{ talk.title }} + {% endif %}