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: "À 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."
translationKey: "about"
---

View File

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

View File

@@ -1,5 +1,8 @@
---
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."
slug: "politique-de-confidentialite"
translationKey: "privacy"