wrong category key in loops
This commit is contained in:
parent
57d2bbc0f6
commit
5d3b3a349d
4 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ DTSTART;TZID=UTC:{{ event.event_data.start_datetime | date_to_xmlschema | remove
|
|||
DTEND;TZID=UTC:{{ event.event_data.end_datetime | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', '' | replace: '+0100', '' | replace: '+0000', '' }}
|
||||
TRANSP:OPAQUE
|
||||
LOCATION:{{ site.adress }}
|
||||
CATEGORIES:{{ event.category }}
|
||||
CATEGORIES:{{ event.categories }}
|
||||
GEO:+59.314134;-18.078281
|
||||
DESCRIPTION:{{ event.content | strip_newlines | strip_html | replace: ',', '\,' }} - {{ site.url }}{{ event.url }}
|
||||
BEGIN:VALARM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue