From 9da67f3457a4dfdd3376d0a44c6ef3f5137d35f6 Mon Sep 17 00:00:00 2001
From: Christian Gick
Date: Fri, 3 Apr 2026 07:19:37 +0300
Subject: [PATCH] fix: update VPN CTA links to go.agiliton.eu/vpn redirect
service
Replaces broken agiliton.eu/vpn links with tracked redirect via
go.agiliton.eu, which fires Rybbit analytics before forwarding
to the App Store.
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 fadd667..2378427 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 c21c83e..a9fab9c 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 }}