From e6e86c556adf5972fabe8ba1dd834c136108bd47 Mon Sep 17 00:00:00 2001 From: qcigano Date: Mon, 3 Aug 2026 00:21:16 +0200 Subject: [PATCH] =?UTF-8?q?Hase-Seite:=20Banner=20zeigt=20"HasiDog",=20dop?= =?UTF-8?q?pelte=20=C3=9Cberschrift=20in=20der=20Story-Box=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bannerüberschrift zeigt wieder "HasiDog" statt "Hase" (bannerName erneut gesetzt). - Die weiße "HasiDog"-Überschrift in der Story-Box darunter entfernt — war doppelt, weil der cyanfarbene Obertitel ("Hallo, ich bin HasiDog.") den Namen schon nennt. Das ist eine allgemeine Änderung an der Story-Box-Vorlage (gilt für alle Charaktere/Familien, nicht nur Hase), da die Überschrift überall strukturell redundant war. Co-Authored-By: Claude Sonnet 5 --- src/content/categories/diy-plushies.json | 1 + src/pages/ch/shop/[kategorie]/[unterkategorie].astro | 1 - src/pages/en/shop/[kategorie]/[unterkategorie].astro | 1 - src/pages/fr/shop/[kategorie]/[unterkategorie].astro | 1 - src/pages/shop/[kategorie]/[unterkategorie].astro | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/content/categories/diy-plushies.json b/src/content/categories/diy-plushies.json index 9bf6168..0aa150a 100644 --- a/src/content/categories/diy-plushies.json +++ b/src/content/categories/diy-plushies.json @@ -34,6 +34,7 @@ { "slug": "hase", "name": { "de": "Hase", "en": "Bunny", "ch": "Hase", "fr": "Lapin" }, + "bannerName": { "de": "HasiDog", "en": "HasiDog", "ch": "HasiDog", "fr": "HasiDog" }, "characters": [ { "slug": "hasidog", diff --git a/src/pages/ch/shop/[kategorie]/[unterkategorie].astro b/src/pages/ch/shop/[kategorie]/[unterkategorie].astro index a35c67a..a31c23e 100644 --- a/src/pages/ch/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/ch/shop/[kategorie]/[unterkategorie].astro @@ -60,7 +60,6 @@ const komplettLeer = !hatCharaktere && !hatWeitere; {characterEntries.filter(({ product }) => product).map(({ char }) => (
{char.vorstellung && {char.vorstellung[lang].split("\n")[0]}} -

{char.name[lang]}

{char.vorstellung ? char.vorstellung[lang].split("\n")[1] : ""}

{char.mehrLink && ( da → diff --git a/src/pages/en/shop/[kategorie]/[unterkategorie].astro b/src/pages/en/shop/[kategorie]/[unterkategorie].astro index ddcabdd..fe6efa0 100644 --- a/src/pages/en/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/en/shop/[kategorie]/[unterkategorie].astro @@ -60,7 +60,6 @@ const komplettLeer = !hatCharaktere && !hatWeitere; {characterEntries.filter(({ product }) => product).map(({ char }) => (
{char.vorstellung && {char.vorstellung[lang].split("\n")[0]}} -

{char.name[lang]}

{char.vorstellung ? char.vorstellung[lang].split("\n")[1] : ""}

{char.mehrLink && ( here → diff --git a/src/pages/fr/shop/[kategorie]/[unterkategorie].astro b/src/pages/fr/shop/[kategorie]/[unterkategorie].astro index 08d3897..593b52e 100644 --- a/src/pages/fr/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/fr/shop/[kategorie]/[unterkategorie].astro @@ -60,7 +60,6 @@ const komplettLeer = !hatCharaktere && !hatWeitere; {characterEntries.filter(({ product }) => product).map(({ char }) => (
{char.vorstellung && {char.vorstellung[lang].split("\n")[0]}} -

{char.name[lang]}

{char.vorstellung ? char.vorstellung[lang].split("\n")[1] : ""}

{char.mehrLink && ( ici → diff --git a/src/pages/shop/[kategorie]/[unterkategorie].astro b/src/pages/shop/[kategorie]/[unterkategorie].astro index 70f5de2..db582d2 100644 --- a/src/pages/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/shop/[kategorie]/[unterkategorie].astro @@ -66,7 +66,6 @@ const komplettLeer = !hatCharaktere && !hatWeitere; {characterEntries.filter(({ product }) => product).map(({ char }) => (
{char.vorstellung && {char.vorstellung[lang].split("\n")[0]}} -

{char.name[lang]}

{char.vorstellung ? char.vorstellung[lang].split("\n")[1] : ""}

{char.mehrLink && ( hier →