From c8673ed77ad3286d2367596557e042ef08de935d Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Mon, 6 Apr 2026 08:14:41 +0300 Subject: [PATCH] fix broken footer link: vpn-appstore -> vpn-app (404) Link check found go.agiliton.eu/vpn-appstore returns 404. Correct URL is /vpn-app. Co-Authored-By: Claude Opus 4.6 (1M context) --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f5aa170..6bc3442 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -45,7 +45,7 @@

- © {{ now.Year }} Internet for Kids | Powered by Agiliton VPN + © {{ now.Year }} Internet for Kids | Powered by Agiliton VPN

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