Show international phone number with 00 instead of +
Customer wants it that way.
This commit is contained in:
parent
f28664acce
commit
2f1895b71a
|
@ -24,7 +24,7 @@
|
||||||
<header>
|
<header>
|
||||||
{{ with .CompanyAddress -}}
|
{{ with .CompanyAddress -}}
|
||||||
<address>
|
<address>
|
||||||
<a href="tel:{{ replaceAll .Phone " " "" }}">{{ .Phone }}</a>
|
<a href="tel:{{ replaceAll .Phone " " "" }}">{{ replaceAll .Phone "+" "00 " }}</a>
|
||||||
<a href="mailto:{{ .Email }}">{{ .Email }}</a>
|
<a href="mailto:{{ .Email }}">{{ .Email }}</a>
|
||||||
</address>
|
</address>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue