You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be some visual separation of past events from events that have not happened yet. This could be in the form of a separate archive page or even a simple line. This can probably be done within jinja
The text was updated successfully, but these errors were encountered:
An archive page that will host past events. (this should have all events put into it in the template)
A change to the template on index to only include events future of build time.
A script on the page that hides any events that have elapsed at the time of viewing.
The script on its own is a bad solution, since you are bloating the pages with every event that has ever happened. This is solved by removing all past ones from index at build time, and assuming we update the website occasionally (we will every time there is a new event), these two will work together as well as a static site can handle.
There should be some visual separation of past events from events that have not happened yet. This could be in the form of a separate archive page or even a simple line. This can probably be done within jinja
The text was updated successfully, but these errors were encountered: