10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
{{- /* Note this file has CRLF line endings as required by the specs */ -}}
|
|
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:gohugo
|
|
CALSCALE:GREGORIAN
|
|
{{ range .RegularPages -}}
|
|
{{ partial "talkIcal.ics" . -}}
|
|
{{- end -}}
|
|
END:VCALENDAR
|