Update social-icons.html

This should address #397.
It also adds flexibility for future `rel` parameters.
This commit is contained in:
Josh Lemon 2023-01-06 16:13:50 +11:00 committed by GitHub
parent 345c1cb020
commit 4c9465af94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
{{ range . -}}
&nbsp; <a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
&nbsp; <a href="{{ .url }}" target="_blank" rel="noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> &nbsp;
{{- end -}}