fix: telephone partial
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user