From cd5f2658291b2f214dd4e31d4c88de6b6ac46ed4 Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Tue, 5 Mar 2024 00:17:06 +0100 Subject: [PATCH] Move the image before text in calendar events --- calendar_event.templ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar_event.templ b/calendar_event.templ index ed65bcd..1403f28 100644 --- a/calendar_event.templ +++ b/calendar_event.templ @@ -60,11 +60,11 @@ templ calendarEventTemplate(params CalendarPageParams) { } } + if params.CalendarEvent.Image != "" { + + } @templ.Raw(params.Content) - if params.CalendarEvent.Image != "" { - - }
for _, v := range params.CalendarEvent.Hashtags {