diff --git a/themes/lumbung-theme/layouts/partials/calendar_card.html b/themes/lumbung-theme/layouts/partials/calendar_card.html index 6c65f76..6203067 100644 --- a/themes/lumbung-theme/layouts/partials/calendar_card.html +++ b/themes/lumbung-theme/layouts/partials/calendar_card.html @@ -1,30 +1,26 @@ {{ $t := (time .Params.event_end) }} -
-
-
-

{{ .Title }}

-
- {{ range first 1 (.Resources.ByType "image") }} - - {{ end }} -
- - {{ .Params.localized_begin | markdownify }} - -
- - - - -
+
+
+
+

{{ .Title }}

+
+ {{ range first 1 (.Resources.ByType "image") }} + + {{ end }} +
+ + {{ .Params.localized_begin | markdownify }} +
- \ No newline at end of file + +
+
\ No newline at end of file