fix(footer): default nav + tagline when the tenant's CMS footer is empty
Build & Deploy unom website / build (push) Successful in 26s
Build & Deploy unom website / deploy (push) Successful in 4s

The unom tenant's footer doc has no sections yet (the multi-tenant migration
backfilled the old footer to the punktfunk tenant), so the footer rendered as
an empty, near-invisible bar. Render a sensible default (Übersicht/Rechtliches
links + site tagline) when there are no CMS sections; CMS content overrides it
once the unom footer is populated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-20 18:19:19 +02:00
parent 15130ae4df
commit f47f7989e0
3 changed files with 69 additions and 14 deletions
+7 -1
View File
@@ -14,5 +14,11 @@
"blog_empty": "Noch keine Beiträge.",
"blog_all": "Alle Beiträge",
"blog_latest_heading": "Aus dem Blog",
"blog_back": "Blog"
"blog_back": "Blog",
"footer_overview": "Übersicht",
"footer_home": "Startseite",
"footer_legal": "Rechtliches",
"footer_imprint": "Impressum",
"footer_privacy": "Datenschutz"
}