Skip to content

Commit

Permalink
fix missing trimspace
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Nov 15, 2024
1 parent 7b1ad0f commit cae7a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hyde-custom/layouts/_default/home.calendar.ics
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DTEND;TZID=Europe/Paris:{{ time.Format "20060102T150405" ((time.AsTime .Params.e
ORGANIZER:{{ .Params.organizer.name }}
SUMMARY:{{ .Params.event.name }}
LOCATION:{{ .Params.event.location.friendly_name }} {{ .Params.event.location.full_address }}
DESCRIPTION:{{ .RawContent | strings.TrimSpace | replaceRE "\n" "\n " }}
DESCRIPTION:{{ .RawContent | replaceRE "\n" "\n " }}
URL:{{ .Params.event.event_url}}
END:VEVENT
{{- end }}
Expand Down

0 comments on commit cae7a95

Please sign in to comment.