The Svelte 5 SSG migration—we brought sexy back... or to it? Or something...
Some checks failed
ci/woodpecker/pr/pr Pipeline failed
Some checks failed
ci/woodpecker/pr/pr Pipeline failed
This commit is contained in:
5
static/assets/scripts/copyright-year.js
Normal file
5
static/assets/scripts/copyright-year.js
Normal file
@@ -0,0 +1,5 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
var el = document.getElementById('copyright-year');
|
||||
if (el) el.textContent = new Date().getFullYear();
|
||||
})();
|
||||
Reference in New Issue
Block a user