feat: add imprint page (draft, 7 languages), add missing translations to legal pages, reorder footer links

This commit is contained in:
2026-02-09 17:14:59 +01:00
parent de5ac8022b
commit 54a79a4c69
16 changed files with 941 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ class AppShell extends HTMLElement {
.register('/terms', 'page-terms', lazy('./pages/page-terms.js'))
.register('/about', 'page-about', lazy('./pages/page-about.js'))
.register('/contact', 'page-contact', lazy('./pages/page-contact.js'))
.register('/imprint', 'page-imprint', lazy('./pages/page-imprint.js'))
router.handleRouteChange()
}