mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
fix: include all events in calendar feed
tht is a workaround and needs to be changed to a sensibly filtered list
This commit is contained in:
parent
dab056cc0a
commit
83f543da85
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ layout: null
|
|||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:{{ site.url }}
|
||||
METHOD:PUBLISH{% for event in site.events limit:3 %}
|
||||
METHOD:PUBLISH{% for event in site.events %}
|
||||
BEGIN:VEVENT
|
||||
UID:{{ event.event_date | date: "%Y%m%d" }}@netz39.de
|
||||
ORGANIZER;CN="Netz39 Team":MAILTO:kontakt@netz39.de
|
||||
|
|
Loading…
Add table
Reference in a new issue