improve markup

This commit is contained in:
2026-01-28 07:19:17 +01:00
parent 344024e44c
commit d5724805aa
11 changed files with 27 additions and 76 deletions

View File

@@ -8,7 +8,7 @@ class AppFooter extends HTMLElement {
render() {
const year = new Date().getFullYear();
this.innerHTML = /* html */ `
this.innerHTML = /* html */`
<div class="footer-inner container">
<p class="footer-copyright">
&copy; ${year} dgray. <span data-i18n="footer.rights">${t('footer.rights')}</span>