From 89e93ec8e79c90357846e9c74d6893ff06e114da Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Mon, 6 Apr 2026 06:48:35 +0300 Subject: [PATCH] remove VPN product CTA blocks, add powered-by footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove {{< vpn-cta >}} shortcode from all 3 language articles (EN/DE/FR) — editorial VPN mentions kept intact. Footer now shows "Powered by Agiliton VPN" linking to App Store, plus updated copyright line. Co-Authored-By: Claude Opus 4.6 (1M context) --- content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md | 1 - content/en/child-protection-laws-2026-global-overview.md | 1 - content/fr/lois-protection-enfance-2026-panorama-mondial.md | 1 - layouts/_default/baseof.html | 5 ++++- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md b/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md index bdd0d3a..5fb5695 100644 --- a/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md +++ b/content/de/kinderschutzgesetze-2026-weltweiter-ueberblick.md @@ -116,7 +116,6 @@ Die Gesetze sind nicht perfekt. Es gibt berechtigte Bedenken hinsichtlich des Da Während diese Gesetze in Kraft treten, wird der wirksamste Schutz immer eine Kombination aus kluger Gesetzgebung, verantwortungsvollem Plattformdesign und engagierter Elternschaft sein. Technologie kann dabei helfen, die Lücke zu schließen. -{{< vpn-cta >}} ## Häufig gestellte Fragen diff --git a/content/en/child-protection-laws-2026-global-overview.md b/content/en/child-protection-laws-2026-global-overview.md index d35cae6..97f68f3 100644 --- a/content/en/child-protection-laws-2026-global-overview.md +++ b/content/en/child-protection-laws-2026-global-overview.md @@ -116,7 +116,6 @@ The laws are not perfect. There are legitimate concerns about age verification p As these laws take effect, the most effective protection will always be a combination of smart legislation, responsible platform design, and engaged parenting. Technology can help bridge the gap. -{{< vpn-cta >}} ## Frequently Asked Questions diff --git a/content/fr/lois-protection-enfance-2026-panorama-mondial.md b/content/fr/lois-protection-enfance-2026-panorama-mondial.md index cd0d9bf..1c84d7d 100644 --- a/content/fr/lois-protection-enfance-2026-panorama-mondial.md +++ b/content/fr/lois-protection-enfance-2026-panorama-mondial.md @@ -116,7 +116,6 @@ Les lois ne sont pas parfaites. Il existe des préoccupations légitimes concern À mesure que ces lois entrent en vigueur, la protection la plus efficace sera toujours une combinaison de législation intelligente, de conception responsable des plateformes et de parentalité engagée. La technologie peut combler le fossé. -{{< vpn-cta >}} ## Questions fréquemment posées diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 46a4647..a5387f7 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -45,7 +45,10 @@

- © {{ now.Year }} {{ .Site.Title }}. A publication by Agiliton. + Powered by Agiliton VPN +

+

+ © {{ now.Year }} Internet for Kids. A publication by Agiliton.

{{ partial "extend-footer.html" . }}