borken line
This commit is contained in:
parent
e61bdad166
commit
a81a7f8ada
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
---
|
||||
BEGIN:VCALENDAR
|
||||
PRODID:{{ site.url }}
|
||||
VERSION:2.0
|
||||
{% for event in site.events %}
|
||||
VERSION:2.0{% for event in site.events %}
|
||||
BEGIN:VEVENT
|
||||
CREATED:{{ event.date | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }}
|
||||
LAST-MODIFIED:{{ site.time | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue