Remove whitespace around urls wherever applicable
- corrects mistyped urls with leading or trailing whitespaces
This commit is contained in:
parent
8af7c551ff
commit
14c524539b
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="social-icons">
|
||||
{{- range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer me"
|
||||
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me"
|
||||
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue