fix: hide date/reading time/author on static pages

About, privacy, and imprint pages showed "1 January 0001" because
they have no date frontmatter. Disabled showDate, showReadingTime,
showAuthor on all static pages across EN/DE/FR.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-02 21:13:27 +03:00
parent 2f7e3fce59
commit 555f84fea5
9 changed files with 27 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
--- ---
title: "Über uns" title: "Über uns"
showDate: false
showReadingTime: false
showAuthor: false
description: "Über Internet für Kinder — wer wir sind und warum wir über Kinderschutz und Online-Sicherheit berichten." description: "Über Internet für Kinder — wer wir sind und warum wir über Kinderschutz und Online-Sicherheit berichten."
translationKey: "about" translationKey: "about"
--- ---

View File

@@ -1,5 +1,8 @@
--- ---
title: "Datenschutzerklärung" title: "Datenschutzerklärung"
showDate: false
showReadingTime: false
showAuthor: false
description: "Datenschutzerklärung für Internet für Kinder — wie wir mit Ihren Daten umgehen." description: "Datenschutzerklärung für Internet für Kinder — wie wir mit Ihren Daten umgehen."
slug: "datenschutz" slug: "datenschutz"
translationKey: "privacy" translationKey: "privacy"

View File

@@ -1,5 +1,8 @@
--- ---
title: "Impressum" title: "Impressum"
showDate: false
showReadingTime: false
showAuthor: false
description: "Impressum und rechtliche Hinweise für Internet für Kinder." description: "Impressum und rechtliche Hinweise für Internet für Kinder."
slug: "impressum" slug: "impressum"
translationKey: "imprint" translationKey: "imprint"

View File

@@ -1,5 +1,8 @@
--- ---
title: "About" title: "About"
showDate: false
showReadingTime: false
showAuthor: false
description: "About Internet for Kids — who we are and why we cover child protection and online safety." description: "About Internet for Kids — who we are and why we cover child protection and online safety."
translationKey: "about" translationKey: "about"
--- ---

View File

@@ -1,5 +1,8 @@
--- ---
title: "Imprint" title: "Imprint"
showDate: false
showReadingTime: false
showAuthor: false
description: "Legal notice and contact information for Internet for Kids." description: "Legal notice and contact information for Internet for Kids."
slug: "imprint" slug: "imprint"
translationKey: "imprint" translationKey: "imprint"

View File

@@ -1,5 +1,8 @@
--- ---
title: "Privacy Policy" title: "Privacy Policy"
showDate: false
showReadingTime: false
showAuthor: false
description: "Privacy policy for Internet for Kids — how we handle your data." description: "Privacy policy for Internet for Kids — how we handle your data."
slug: "privacy" slug: "privacy"
translationKey: "privacy" translationKey: "privacy"

View File

@@ -1,5 +1,8 @@
--- ---
title: "À propos" title: "À propos"
showDate: false
showReadingTime: false
showAuthor: false
description: "À propos d'Internet pour les enfants — qui nous sommes et pourquoi nous couvrons la protection de l'enfance et la sécurité en ligne." description: "À propos d'Internet pour les enfants — qui nous sommes et pourquoi nous couvrons la protection de l'enfance et la sécurité en ligne."
translationKey: "about" translationKey: "about"
--- ---

View File

@@ -1,5 +1,8 @@
--- ---
title: "Mentions légales" title: "Mentions légales"
showDate: false
showReadingTime: false
showAuthor: false
description: "Mentions légales et informations de contact pour Internet pour les enfants." description: "Mentions légales et informations de contact pour Internet pour les enfants."
slug: "mentions-legales" slug: "mentions-legales"
translationKey: "imprint" translationKey: "imprint"

View File

@@ -1,5 +1,8 @@
--- ---
title: "Politique de confidentialité" title: "Politique de confidentialité"
showDate: false
showReadingTime: false
showAuthor: false
description: "Politique de confidentialité d'Internet pour les enfants — comment nous traitons vos données." description: "Politique de confidentialité d'Internet pour les enfants — comment nous traitons vos données."
slug: "politique-de-confidentialite" slug: "politique-de-confidentialite"
translationKey: "privacy" translationKey: "privacy"