From 108e790621921a45215ca2b5d40fced1a921cb7b Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Sun, 28 Jun 2026 14:20:43 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Impressum=20page=20(=C2=A7=205=20DDG)=20a?= =?UTF-8?q?nd=20footer=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- src/components/Footer.astro | 2 +- src/pages/impressum.astro | 105 ++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 src/pages/impressum.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9a7b40e..dbb7bdc 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,7 +6,7 @@ const year = new Date().getFullYear();