diff --git a/themes/hyde-custom/layouts/_default/home.calendar.ics b/themes/hyde-custom/layouts/_default/home.calendar.ics index 6024ec5..a556d56 100644 --- a/themes/hyde-custom/layouts/_default/home.calendar.ics +++ b/themes/hyde-custom/layouts/_default/home.calendar.ics @@ -11,6 +11,7 @@ ORGANIZER:{{ .Params.organizer.name }} SUMMARY:{{ .Params.event.name }} LOCATION:{{ .Params.event.location.friendly_name }} {{ .Params.event.location.full_address }} DESCRIPTION:{{ replace .RawContent "\n" " " | replaceRE " +" " " }} +URL:{{ .Params.event.event_url}} END:VEVENT {{- end }} -END:VCALENDAR \ No newline at end of file +END:VCALENDAR