Skip to content

Commit

Permalink
make events with no time all day long
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Sep 5, 2023
1 parent 93eb0ec commit 1e7084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/calendar/calendar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permalink: /calendar.ics
"start": [
{{ year }}, {{ month }}, {{ day }}, {{ hour }}, {{ minute }}
],
"duration": { "minutes": {{ event.data.duration or 0 }} },
"duration": { "minutes": {{ event.data.duration or 1440 }} },
"title": "{{ event.data.title }}",
"description": "{{ event.data.description }}",
"location": "{{ event.data.location }}",
Expand Down

0 comments on commit 1e7084d

Please sign in to comment.