Show international phone number with 00 instead of +

Customer wants it that way.
This commit is contained in:
jordi fita mas 2024-01-11 20:56:35 +01:00
parent f28664acce
commit 2f1895b71a
1 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@
<header>
{{ with .CompanyAddress -}}
<address>
<a href="tel:{{ replaceAll .Phone " " "" }}">{{ .Phone }}</a>
<a href="tel:{{ replaceAll .Phone " " "" }}">{{ replaceAll .Phone "+" "00 " }}</a>
<a href="mailto:{{ .Email }}">{{ .Email }}</a>
</address>
{{- end }}