Add Impressum page (§ 5 DDG) and footer link

Legally required Impressum for the Einzelunternehmen (Kleinunternehmer,
no VAT ID, not in Handelsregister). Covers § 5 DDG contact data,
§ 18 Abs. 2 MStV responsible person, § 36 VSBG, and liability/copyright
disclaimers. Linked from the footer on every page.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 14:20:43 +02:00
parent ec8a8f38a0
commit 108e790621
2 changed files with 106 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const year = new Date().getFullYear();
<footer class="site-footer">
<div class="site-footer__inner">
<p>© {year} {SITE.author}</p>
<p>© {year} {SITE.author} · <a href="/impressum">Impressum</a></p>
{
SOCIALS.length > 0 && (
<nav aria-label="Social" class="socials">