diff --git a/layouts/shortcodes/event_weekly.html b/layouts/shortcodes/event_weekly.html index 5a9195d..eee905a 100644 --- a/layouts/shortcodes/event_weekly.html +++ b/layouts/shortcodes/event_weekly.html @@ -10,59 +10,32 @@ {{- $interval := $.Page.Param "event.weekly.interval" }} {{- $annotation := $.Page.Param "event.weekly.annotation" }}

-
-
-
-
- - - - - - - - - - - - - - - -
- Wochentag - - von - - bis -
- Jeden - {{ with $interval }} - {{ . }} - {{ $weekday }} - im Monat - {{ else }} - {{ $weekday }} - {{ end }} - {{ with $annotation }} -
- - ({{ . }}) - - {{ end }} -
- {{ $begin }} - Uhr - - {{ with $finish }} - {{ . }} - Uhr - {{ else }} - open end - {{ end }} -
-
-
-
-
+
+
Wochentag
+
+ Jeden + {{- with $interval }} + {{ . }} {{ $weekday }} im Monat + {{- else }} + {{ $weekday }} + {{- end }} +
+ {{- with $annotation }} +
+ ({{ . }}) +
+ {{- end }} +
von
+
+ {{ $begin }} Uhr +
+
bis
+
+ {{- with $finish }} + {{ . }} Uhr + {{- else }} + open end + {{- end }} +
+