mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
14c524539b
- corrects mistyped urls with leading or trailing whitespaces
7 lines
219 B
HTML
7 lines
219 B
HTML
<div class="social-icons">
|
|
{{- range . -}}
|
|
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me"
|
|
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
|
{{- end -}}
|
|
</div>
|