We had you marked for a summary doc delivery only!
document.addEventListener("DOMContentLoaded", function() {
// Dynamically set the current year in the custom property
document.documentElement.style.setProperty('--current-year', `"${new Date().getFullYear()}"`);
});