Fix the tel: protocole

This commit is contained in:
Gregory Trolliet 2020-04-28 19:25:03 +02:00
parent d0530d911b
commit 4d5a003abd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<ul id="social">
{{ range sort . "weight" }}
<li class="social-element">
<a href="{{ .url | absURL }}" rel="me" aria-label="{{ .name }}" title="{{ .name }}">
<a href="{{ safeURL .url }}" rel="me" aria-label="{{ .name }}" title="{{ .name }}">
<img class="social-icon" src="svg/{{ .icon }}.svg" alt="{{ .name }}" aria-hidden="true">
</a>
</li>