Files
internetforkids/config/_default/languages.en.toml
Christian Gick 2dfc9ed8bd
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 9s
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 / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
fix: language switch losing prefix + SSL redirect scheme
Menu links used url= which doesn't prepend language prefix.
Changed to pageRef= which resolves per-language correctly.

Also fixed root redirect using http:// instead of https://
by reading X-Forwarded-Proto from gateway proxy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 11:08:36 +03:00

51 lines
1.1 KiB
TOML

languageCode = "en"
languageName = "English"
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."
[params.author]
name = "Internet for Kids"
headline = "Making the internet safer for every child"
bio = "A publication by Agiliton — covering child protection laws, online safety tools, and digital parenting advice for families worldwide."
links = [
{ link = "https://www.agiliton.eu" },
{ rss = "/index.xml" },
]
[[menus.main]]
identifier = "locale"
name = "DE"
weight = 1
[menus.main.params]
action = "locale"
[[menus.main]]
identifier = "about"
name = "About"
pageRef = "/about"
weight = 2
[[menus.main]]
identifier = "tags"
name = "Topics"
pageRef = "/tags"
weight = 3
[[menus.footer]]
identifier = "impressum"
name = "Imprint"
pageRef = "/imprint"
weight = 1
[[menus.footer]]
identifier = "privacy"
name = "Privacy Policy"
pageRef = "/privacy"
weight = 2