From 64eaab93b25d057230ed24d8180812658aeffc96 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 23 Feb 2022 11:26:53 +0100 Subject: [PATCH] fix: telephone partial --- layouts/partials/contact/telephone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/contact/telephone.html b/layouts/partials/contact/telephone.html index 80c96a5..cf5625a 100644 --- a/layouts/partials/contact/telephone.html +++ b/layouts/partials/contact/telephone.html @@ -4,7 +4,7 @@ {{- if strings.HasPrefix $tel $protocol -}} {{- $tel = substr $tel 4 -}} {{- else -}} - {{- $telWithProtocol := print $protocol ":" (replace $tel " " "") -}} + {{- $telWithProtocol = print $protocol ":" (replace $tel " " "") -}} {{- end -}}