fix: telephone partial

This commit is contained in:
Simon 2022-02-23 11:26:53 +01:00
parent 5089d181bd
commit 64eaab93b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 -}}
<a
class="tel obfuscate"