From 92f767002bde3d3a06c179baaca322b1376b83e5 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Mon, 6 Apr 2026 07:57:11 +0300 Subject: [PATCH] header: always "Internet for Kids", homepage h1: localized subtitle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Header brand is now hardcoded English across all languages. Homepage h1 uses subtitle from front matter: - EN: Protecting Children in a Digital World - DE: Kinderschutz in der digitalen Welt - FR: Protéger les enfants dans un monde numérique Co-Authored-By: Claude Opus 4.6 (1M context) --- content/de/_index.md | 1 + content/en/_index.md | 1 + content/fr/_index.md | 1 + layouts/_default/baseof.html | 2 +- layouts/_default/home.html | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/de/_index.md b/content/de/_index.md index 579f40d..f58c642 100644 --- a/content/de/_index.md +++ b/content/de/_index.md @@ -1,5 +1,6 @@ --- title: "Internet für Kinder" +subtitle: "Kinderschutz in der digitalen Welt" description: "Experteneinblicke zu Kinderschutzgesetzen, Online-Sicherheit und digitalem Familienschutz weltweit." --- diff --git a/content/en/_index.md b/content/en/_index.md index 0de4dc7..e7bdcfe 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -1,5 +1,6 @@ --- title: "Internet for Kids" +subtitle: "Protecting Children in a Digital World" description: "Expert insights on child protection laws, online safety, and digital family protection worldwide." --- diff --git a/content/fr/_index.md b/content/fr/_index.md index 114f55b..6e4a9e5 100644 --- a/content/fr/_index.md +++ b/content/fr/_index.md @@ -1,5 +1,6 @@ --- title: "Internet pour les enfants" +subtitle: "Protéger les enfants dans un monde numérique" description: "Analyses d'experts sur les lois de protection de l'enfance, la sécurité en ligne et la protection numérique des familles dans le monde entier." --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8146810..f5aa170 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@