From b50bf6b15458981ea63653e920166c2145504732 Mon Sep 17 00:00:00 2001 From: Lukas Ruge <lukeslog@googlemail.com> Date: Sun, 12 Aug 2018 14:59:23 +0200 Subject: [PATCH] No, no, no, no, no, no, no, no, no ,no ,no, no there's no limit --- events.ics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.ics b/events.ics index 31536972..51f987df 100644 --- a/events.ics +++ b/events.ics @@ -6,7 +6,7 @@ BEGIN:VCALENDAR VERSION:2.0 PRODID:http://www.example.com/ METHOD:PUBLISH -{% for event in site.events limit:10 %}BEGIN:VEVENT +{% for event in site.events %}BEGIN:VEVENT UID:{{ event.uid }} ORGANIZER;CN="Chaotikum e.V.":MAILTO:{{event.contact}} LOCATION:Chaotikum{% capture textSize %}{{ event.short | size }}{% endcapture %}{% assign linelength = 60 %}{% assign rounds = textSize | divided_by: linelength %}{% assign extra = textSize | modulo: linelength %}{% assign start = 0 %} -- GitLab