hugo-PaperMod/layouts/partials/social_icons.html
Aditya Telange 14c524539b
Remove whitespace around urls wherever applicable
- corrects mistyped urls with leading or trailing whitespaces
2020-12-13 16:56:41 +05:30

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>