Rakefire / jekyll-ical-tag

Pull ICS feed and provide a for-like loop of calendar events in jekyll's liquid tag
7 stars 6 forks source link

Possible regression: `limit` argument no longer limits count of events in ical tag for loop #27

Closed fabacab closed 3 years ago

fabacab commented 3 years ago

Following up quickly from #26 and likely related or similar to it is the fact that the limit argument in an {% ical … %} loop no longer seems to limit the count of events iterated over by the given loop. I.e., all events in the iCalendar feed URL are considered; the loop fails to break at the stated number of elements.