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 }}