From 2ea8b181d43c26e7673e0676131fb07bc3d59d15 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 2 Aug 2024 16:56:34 +0100 Subject: [PATCH] Don't show the event location if it was online --- source/_includes/talk/events.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/talk/events.html.twig b/source/_includes/talk/events.html.twig index d1183e45..826578d8 100644 --- a/source/_includes/talk/events.html.twig +++ b/source/_includes/talk/events.html.twig @@ -11,7 +11,7 @@ {{ event.name }} {% endif %} - {% if event.location %} + {% if event.location and not event.online %} in {{ event.location }} {% endif %}