diff --git a/source/_layouts/helpers.html.twig b/source/_layouts/helpers.html.twig index 7db1d504..d059c57f 100644 --- a/source/_layouts/helpers.html.twig +++ b/source/_layouts/helpers.html.twig @@ -2,4 +2,8 @@ {% if eventData.location %} in {{ eventData.location }} {% endif %} + + {% if event.online %} + (online) + {% endif %} {% endmacro %}