alifeee / simple-calendar

Extremely simple calendar app
0 stars 0 forks source link

allow non-array event #4

Closed alifeee closed 2 months ago

alifeee commented 2 months ago

In the calendar yaml format, we should allow both of these formattings:

image

currently, only the former is supported.

This line should be changed to check for str or array before continuing

https://github.com/alifeee/simple-calendar/blob/ce9e9f250d314c73f21ef7705cdfb1805e2a8126/.eleventy.js#L51