feat: add imprint page (draft, 7 languages), add missing translations to legal pages, reorder footer links
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user