Closed alifeee closed 2 months ago
In the calendar yaml format, we should allow both of these formattings:
currently, only the former is supported.
This line should be changed to check for str or array before continuing
str
array
https://github.com/alifeee/simple-calendar/blob/ce9e9f250d314c73f21ef7705cdfb1805e2a8126/.eleventy.js#L51
In the calendar yaml format, we should allow both of these formattings:
currently, only the former is supported.
This line should be changed to check for
str
orarray
before continuinghttps://github.com/alifeee/simple-calendar/blob/ce9e9f250d314c73f21ef7705cdfb1805e2a8126/.eleventy.js#L51