fix: telephone partial
This commit is contained in:
parent
5089d181bd
commit
64eaab93b2
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue