]> juplo.de Git - website/commit
Navigation für About-Seiten ergänzt; off-Klassen-Logik korrigiert
authorKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 14 Jun 2026 08:57:10 +0000 (08:57 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 14 Jun 2026 08:57:10 +0000 (08:57 +0000)
commit28e367915f43780a9c15a986445fee0cf5abf837
tree0a0898f520bdc0b2b553d55538c945a191005d5d
parentd43f3c4b28825d3b5a6643330ca7a3d36e300374
Navigation für About-Seiten ergänzt; off-Klassen-Logik korrigiert

BlogNav.astro: About-Eintrag in #submenu hinzugefügt. off-Logik der
Blog- und About-Sektion basiert jetzt auf den Hugo-Template-Quellen
(frontend-Branch):
- blogSectionOff = onAbout (aus tree.html: section-index blendet andere Sections aus)
- aboutOff = blogSelected (aus blog.html: alle Non-Blog-Sections immer off)
Auf Homepage und regulären Root-Seiten (Impressum, Datenschutz) sind
beide Sections sichtbar — wie in Hugo (Kind-/Geschwister-Logik).

about.html.astro, impressum.html.astro, datenschutz.html.astro:
menu-Slot mit BlogNav befüllt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
src/components/BlogNav.astro
src/pages/about.html.astro
src/pages/datenschutz.html.astro
src/pages/impressum.html.astro