From 30dbc1d59d6b4f0752c54a821df6e179b27a603c Mon Sep 17 00:00:00 2001 From: Frieder Griesshammer Date: Sun, 1 Jan 2023 16:35:43 +0100 Subject: [PATCH] Fix 'finish' time display for events which doesn't have it defined. Display 'open end' as we also do on the overview page --- layouts/shortcodes/event_weekly.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/event_weekly.html b/layouts/shortcodes/event_weekly.html index 38bd6fd..dfec0c4 100644 --- a/layouts/shortcodes/event_weekly.html +++ b/layouts/shortcodes/event_weekly.html @@ -29,10 +29,12 @@ {{ $weekday }} {{- end }} {{- with $begin }} - von {{ . }} bis + von {{ . }} Uhr bis {{- with $finish }} - {{ . }} - {{ end }} + {{ . }} Uhr + {{- else }} + open end + {{- end }} {{- end }} {{- with $annotation }}