header: always "Internet for Kids", homepage h1: localized subtitle
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 11s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 11s
Deploy Internet for Kids / Deploy (push) Successful in 6s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
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) <noreply@anthropic.com>
This commit is contained in:
@@ -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."
|
||||
---
|
||||
|
||||
|
||||
@@ -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."
|
||||
---
|
||||
|
||||
|
||||
@@ -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."
|
||||
---
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<header style="border-bottom:1px solid #e5e7eb;background:white;position:sticky;top:0;z-index:40">
|
||||
<nav style="max-width:64rem;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center">
|
||||
<a href="{{ "/" | relLangURL }}" style="font-family:var(--ifk-font);font-size:1.35rem;font-weight:600;color:var(--ifk-text);text-decoration:none">
|
||||
{{ .Site.Title }}
|
||||
Internet for Kids
|
||||
</a>
|
||||
<div style="display:flex;align-items:center;gap:1.5rem;font-family:system-ui,-apple-system,sans-serif;font-size:0.95rem">
|
||||
{{ range .Site.Menus.main }}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<article class="prose max-w-3xl mx-auto py-12 px-4">
|
||||
<h1 style="font-family:var(--ifk-font);font-size:2.75rem;font-weight:600;line-height:1.15;letter-spacing:-0.01em;margin-bottom:1.5rem">
|
||||
{{ .Title }}
|
||||
{{ with .Params.subtitle }}{{ . }}{{ else }}{{ .Title }}{{ end }}
|
||||
</h1>
|
||||
<div class="home-content">{{ .Content }}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user