Update social-icons.html
This should address #397. It also adds flexibility for future `rel` parameters.
This commit is contained in:
parent
345c1cb020
commit
4c9465af94
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{{ range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener {{ .rel }}" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue