Verified Commit 0d9efc24 authored by Adrian Pascu's avatar Adrian Pascu
Browse files

Use absolute URLs in the ICS event feeds

parent fd53482f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ END:VTIMEZONE
BEGIN:VEVENT
SUMMARY:{{ .Title }}
ORGANIZER;CN="Hackerspace Brussels":mailto:contact@hsbxl.be
DESCRIPTION:{{ .RelPermalink }}
DESCRIPTION:{{ .Permalink }}
UID:{{ .File.Path }}@hsbxl.be
SEQUENCE:0
STATUS:CONFIRMED
@@ -46,7 +46,7 @@ DTEND:{{ dateFormat "20060102T150405" $enddate }}
{{- with .Params.location }}
LOCATION:{{ . }}
{{- end }}
URL:{{ .RelPermalink }}
URL:{{ .Permalink }}
END:VEVENT
{{- end }}
END:VCALENDAR
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ END:VTIMEZONE
BEGIN:VEVENT
SUMMARY:{{.Title}}
ORGANIZER;CN="Hackerspace Brussels":mailto:contact@hsbxl.be
DESCRIPTION:{{ .RelPermalink }}
DESCRIPTION:{{ .Permalink }}
UID:{{ .File.Path }}@hsbxl.be
SEQUENCE:0
STATUS:CONFIRMED
@@ -44,7 +44,7 @@ DTSTAMP:{{dateFormat "20060102T150405" .GitInfo.AuthorDate}}
DTEND:{{ dateFormat "20060102T150405" $enddate }}
{{- end }}
{{ with .Params.location}}LOCATION:{{.}}{{else}}TBD{{end}}
URL:{{.RelPermalink}}
URL:{{ .Permalink }}
END:VEVENT
{{- end }}{{ end }}{{ end }}{{ end }}{{ end }}
END:VCALENDAR
 No newline at end of file