feat: Add space on phone number
This commit is contained in:
parent
ad3107622a
commit
0a9d9cabfc
|
@ -9,4 +9,4 @@
|
||||||
<a
|
<a
|
||||||
class="tel obfuscate"
|
class="tel obfuscate"
|
||||||
data-link="{{ range $index := seq (sub (len $telWithProtocol) 1) 0}}{{ substr $telWithProtocol $index 1}}{{ end }}"
|
data-link="{{ range $index := seq (sub (len $telWithProtocol) 1) 0}}{{ substr $telWithProtocol $index 1}}{{ end }}"
|
||||||
>{{ range $index := seq (sub (len $tel) 1) 0}}{{ substr $tel $index 1}}{{ end }}</a>
|
>{{ range $index := seq (sub (len $tel) 1) 0}}{{ substr $tel $index 1}}{{if modBool $index 2}} {{ end }}{{ end }}</a>
|
||||||
|
|
Loading…
Reference in New Issue