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
so it already inserts the current year at the time of dynamic page load, i.e. when Simply Static export is run.
The Google basemap attribution, on the other hand, is inside JavaScript, so I just changed it from the previously hardcoded 2022 to `new Date().getFullYear().
Currently:
© 2022 RiskProfiler. All rights reserved.
Should be:
© 2023 RiskProfiler. All rights reserved.
Perhaps look at a way to insert the current year through a script.
The text was updated successfully, but these errors were encountered: