feat: Add space on phone number

This commit is contained in:
Simon 2021-10-21 22:50:06 +02:00
parent ad3107622a
commit 0a9d9cabfc
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@
<a
class="tel obfuscate"
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>