diff --git a/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md b/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md index e128360..637f414 100644 --- a/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md +++ b/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md @@ -74,7 +74,6 @@ Ein erster Prototyp wurde im Juli 2025 veröffentlicht, eine zweite Version im O **Was das für Eltern in der EU bedeutet:** Bis Ende 2026 werden Plattformen, die in Europa tätig sind, einer strengeren Durchsetzung der Altersverifikation ausgesetzt sein. Die Digitale-Identität-Wallet könnte zum Standard werden, mit dem Ihre Kinder ihr Alter online nachweisen — ohne persönliche Daten herauszugeben. -{{< child-safety-map >}} ## Deutschland: Stärkung des Jugendschutzgesetzes diff --git a/content/en/child-protection-laws-2026-global-overview.md b/content/en/child-protection-laws-2026-global-overview.md index 23ed6ed..5568a70 100644 --- a/content/en/child-protection-laws-2026-global-overview.md +++ b/content/en/child-protection-laws-2026-global-overview.md @@ -74,7 +74,6 @@ A first prototype was published in July 2025, with a second version in October 2 **What this means for parents in the EU:** By the end of 2026, platforms operating in Europe will face stricter enforcement of age verification. The Digital Identity Wallet could become the standard way your children prove their age online — without handing over personal data. -{{< child-safety-map >}} ## Germany: Strengthening the JuSchG diff --git a/content/fr/lois-protection-enfance-2026-panorama-mondial.md b/content/fr/lois-protection-enfance-2026-panorama-mondial.md index 0191598..e45a9f3 100644 --- a/content/fr/lois-protection-enfance-2026-panorama-mondial.md +++ b/content/fr/lois-protection-enfance-2026-panorama-mondial.md @@ -74,7 +74,6 @@ Un premier prototype a été publié en juillet 2025, avec une deuxième version **Ce que cela signifie pour les parents dans l'UE :** D'ici fin 2026, les plateformes opérant en Europe feront face à une application plus stricte de la vérification d'âge. Le portefeuille d'identité numérique pourrait devenir le moyen standard pour vos enfants de prouver leur âge en ligne — sans divulguer de données personnelles. -{{< child-safety-map >}} ## Allemagne : renforcement du JuSchG diff --git a/layouts/shortcodes/child-safety-map.html b/layouts/shortcodes/child-safety-map.html deleted file mode 100644 index 008597f..0000000 --- a/layouts/shortcodes/child-safety-map.html +++ /dev/null @@ -1,65 +0,0 @@ -{{ $lang := .Page.Language.Lang }} -{{ $countries := hugo.Data.countries }} - -{{ $statusClass := dict "enforced" "csm-enforced" "passed" "csm-passed" "progress" "csm-progress" "guidelines" "csm-guidelines" }} -{{ $statusLabel := dict - "enforced" (dict "en" "Enforced" "de" "In Kraft" "fr" "En vigueur") - "passed" (dict "en" "Passed" "de" "Verabschiedet" "fr" "Adopté") - "progress" (dict "en" "In Progress" "de" "In Bearbeitung" "fr" "En cours") - "guidelines" (dict "en" "Guidelines" "de" "Richtlinien" "fr" "Directives") -}} - - - -
-

{{ if eq $lang "de" }}Kinderschutzgesetze weltweit{{ else if eq $lang "fr" }}Lois de protection de l'enfance dans le monde{{ else }}Child Protection Laws Worldwide{{ end }}

-

{{ if eq $lang "de" }}Stand: 2026{{ else if eq $lang "fr" }}Situation en 2026{{ else }}As of 2026{{ end }}

- - - - - - - - - - - - {{ range $countries }} - {{ $loc := index . $lang | default (index . "en") }} - {{ $cls := index $statusClass .status }} - {{ $lbl := index (index $statusLabel .status) $lang | default (index (index $statusLabel .status) "en") }} - - - - - - - {{ end }} - -
{{ if eq $lang "de" }}Land{{ else if eq $lang "fr" }}Pays{{ else }}Country{{ end }}{{ if eq $lang "de" }}Gesetz{{ else if eq $lang "fr" }}Loi{{ else }}Law{{ end }}Status{{ if eq $lang "de" }}Details{{ else if eq $lang "fr" }}Détails{{ else }}Details{{ end }}
{{ .flag }} {{ $loc.name }}{{ $loc.law }}{{ $lbl }}{{ $loc.detail }}
- -
-
{{ if eq $lang "de" }}Gesetz in Kraft{{ else if eq $lang "fr" }}Loi en vigueur{{ else }}Law Enforced{{ end }}
-
{{ if eq $lang "de" }}Verabschiedet{{ else if eq $lang "fr" }}Adopté{{ else }}Passed{{ end }}
-
{{ if eq $lang "de" }}In Bearbeitung{{ else if eq $lang "fr" }}En cours{{ else }}In Progress{{ end }}
-
{{ if eq $lang "de" }}Richtlinien{{ else if eq $lang "fr" }}Directives{{ else }}Guidelines{{ end }}
-
-