e-mail safety

This commit is contained in:
2022-10-24 16:36:04 +02:00
parent 0018f0dbbe
commit bfe21d276a
13 changed files with 20 additions and 18 deletions

View File

@ -15,7 +15,7 @@
<li class="list-inline-item">
<a class="text-color mr-3" href="tel:{{ .Site.Params.mobile }}"><strong>{{ i18n "call" | upper }} : </strong> {{ .Site.Params.mobile }}</a></li>
<li class="list-inline-item">
<a class="text-color" href="mailto:{{ .Site.Params.email }}"><strong>{{ i18n "email" | upper }} : </strong> {{ .Site.Params.email }}</a></li>
<a class="text-color" href="mailto:{{ .Site.Params.email }}"><strong>{{ i18n "email" | upper }} : </strong> {{ .Site.Params.email_preatty | safeHTML }}</a></li>
</ul>
</div>
</div>