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