-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Description
When the time of an event passes, it does not automatically move to the past events, while it should.
This is due to the fact that the current date is populated on the built of the site and is served the same until the next build.
Current workaround
The current workaround is to push an empty commit in order to trigger the rebuilt of the site on github pages. Obviously this is not a solution.
Expected behaviour
The expected behaviour would be to have the date populated real-time (probably throught js) and compare that to the date of the event.
Reactions are currently unavailable