Fix the tel: protocole
This commit is contained in:
parent
d0530d911b
commit
4d5a003abd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<ul id="social">
|
<ul id="social">
|
||||||
{{ range sort . "weight" }}
|
{{ range sort . "weight" }}
|
||||||
<li class="social-element">
|
<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">
|
<img class="social-icon" src="svg/{{ .icon }}.svg" alt="{{ .name }}" aria-hidden="true">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue