From ba41263e4878f2dd980ab5501d79ebe8357dc186 Mon Sep 17 00:00:00 2001
From: Christian Gick
Date: Fri, 3 Apr 2026 08:10:32 +0300
Subject: [PATCH] fix: rename VPN redirect path to /vpn-app
Co-Authored-By: Claude Opus 4.6 (1M context)
---
layouts/partials/vpn-cta.html | 2 +-
layouts/shortcodes/vpn-cta.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/vpn-cta.html b/layouts/partials/vpn-cta.html
index 2378427..e776e5b 100644
--- a/layouts/partials/vpn-cta.html
+++ b/layouts/partials/vpn-cta.html
@@ -7,7 +7,7 @@
Agiliton VPN provides content filtering, device protection, and safe browsing for the whole family.
{{ end }}
-
+
{{ if eq .Language.Lang "de" }}Mehr erfahren{{ else }}Learn More{{ end }}
diff --git a/layouts/shortcodes/vpn-cta.html b/layouts/shortcodes/vpn-cta.html
index a9fab9c..fdc91fe 100644
--- a/layouts/shortcodes/vpn-cta.html
+++ b/layouts/shortcodes/vpn-cta.html
@@ -7,7 +7,7 @@
Agiliton VPN provides content filtering, device protection, and safe browsing for the whole family.
{{ end }}
-
+
{{ if eq .Page.Language.Lang "de" }}Mehr erfahren{{ else }}Learn More{{ end }}