fix: add contentDir, footer legal links (Impressum + Datenschutz)

- Restore contentDir for EN/DE (lost in config migration)
- Fixes /about/ 404 and DE content nesting under /en/
- Add Impressum + Datenschutzerklärung footer links to agiliton.eu

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-02 18:04:22 +03:00
parent 88961e4555
commit bc28774be9
2 changed files with 34 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ languageDirection = "ltr"
weight = 1
title = "Internet for Kids"
contentDir = "content/en"
[params]
description = "Expert insights on child protection laws, online safety, and digital family protection worldwide."
@@ -28,3 +29,19 @@ title = "Internet for Kids"
name = "Topics"
url = "/tags/"
weight = 3
[[menus.footer]]
identifier = "impressum"
name = "Imprint"
url = "https://www.agiliton.eu/impressum"
weight = 1
[menus.footer.params]
external = true
[[menus.footer]]
identifier = "privacy"
name = "Privacy Policy"
url = "https://www.agiliton.eu/datenschutz"
weight = 2
[menus.footer.params]
external = true