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:
David Kilias 2023-11-04 09:31:02 +01:00
parent dab056cc0a
commit 83f543da85

View file

@ -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