mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00

Infobubble text is now in a separate file, along with a timestamp, so that changes to it don't result in merge conflicts too often. We also add some JS to make the bubble dismissible, keeping track of the last timestamp that was dismissed in localstorage.
3 lines
163 B
HTML
3 lines
163 B
HTML
{% set info_text = "<b>Put your announcements here!</b>" %}
|
|
{# Update this to a larger timestamp if you change your announcement #}
|
|
{% set info_ts = 1531215917 %}
|