forked from cccb-website-team/www
adjust styling and bump dates etc
This commit is contained in:
parent
476bf0d6d9
commit
a584a5252f
40 changed files with 678 additions and 294 deletions
|
|
@ -6,20 +6,23 @@ CALSCALE:GREGORIAN
|
|||
METHOD:PUBLISH
|
||||
X-WR-CALNAME:CCCB Veranstaltungen
|
||||
X-WR-TIMEZONE:{{ $time_zone }}
|
||||
{{ range .Pages }}
|
||||
{{- range .Pages }}
|
||||
{{- if not .Params.members_only }}
|
||||
BEGIN:VEVENT
|
||||
UID:{{ .File.BaseFileName }}@berlin.ccc.de
|
||||
SUMMARY:{{ .Title }}
|
||||
{{ with .Params.subtitle }}
|
||||
DESCRIPTION:{{ . }}
|
||||
|
||||
Link: https://berlin.ccc.de{{ $.RelPermalink }}
|
||||
{{ end }}
|
||||
{{ with .Params.subtitle -}}
|
||||
DESCRIPTION:{{ . }}\nLink: https://berlin.ccc.de{{ $.Page.RelPermalink }}
|
||||
{{ end -}}
|
||||
URL:https://berlin.ccc.de{{ .RelPermalink }}
|
||||
{{ with .Params.dtstart }}DTSTART;TZID=Europe/Berlin:{{ . }}{{ end }}
|
||||
{{ with .Params.dtend }}DTEND;TZID=Europe/Berlin:{{ . }}{{ end }}
|
||||
{{ with .Params.rrule }}RRULE:{{ . }}{{ end }}
|
||||
{{ with .Params.dtstart -}}DTSTART;TZID=Europe/Berlin:{{ . }}
|
||||
{{ end -}}
|
||||
{{ with .Params.dtend -}}DTEND;TZID=Europe/Berlin:{{ . }}
|
||||
{{ end -}}
|
||||
{{ with .Params.rrule -}}RRULE:{{ . }}
|
||||
{{ end -}}
|
||||
DTSTAMP:{{ now.Format "20060102T150405Z" }}
|
||||
END:VEVENT
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
END:VCALENDAR
|
||||
Loading…
Reference in a new issue