diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index ca3b350..31f7d7c 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -127,12 +127,6 @@ .content-footer :global(.link-list a) { text-decoration: none !important; } - /* Copyright/Lizenz rendert jetzt die Bottom-Bar → die CMS-Copyright-Markdown-Zeile - (letzte content-row) ausblenden, sonst doppelt. Sauberer wäre, den Block aus - dem footer-Layout (row2Content) zu entfernen — TODO im CMS. */ - .content-footer :global(.content-row:last-child) { - display: none; - } .content-footer :global(.markdown), .content-footer :global(.prose) { color: var(--color-stein-200);