fix: telephone partial
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
{{- if strings.HasPrefix $tel $protocol -}}
|
{{- if strings.HasPrefix $tel $protocol -}}
|
||||||
{{- $tel = substr $tel 4 -}}
|
{{- $tel = substr $tel 4 -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- $telWithProtocol := print $protocol ":" (replace $tel " " "") -}}
|
{{- $telWithProtocol = print $protocol ":" (replace $tel " " "") -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<a
|
<a
|
||||||
class="tel obfuscate"
|
class="tel obfuscate"
|
||||||
|
Reference in New Issue
Block a user