diff --git a/src/app.js b/src/app.js index a2a628a..5866f54 100644 --- a/src/app.js +++ b/src/app.js @@ -2448,6 +2448,11 @@ function init() { // Initialize i18n before anything else initI18n(); + // Set dynamic year in footer + document.querySelectorAll(".current-year").forEach((el) => { + el.textContent = new Date().getFullYear(); + }); + loadUserSettings(); // Restore cached lesson content immediately to avoid "Loading..." flash diff --git a/src/index.html b/src/index.html index fa5469f..6784142 100644 --- a/src/index.html +++ b/src/index.html @@ -255,7 +255,7 @@