Skip to content

Commit

Permalink
Update social-icons.html
Browse files Browse the repository at this point in the history
This should address rhazdon#397.
It also adds flexibility for future `rel` parameters.
  • Loading branch information
joshlemon authored Jan 6, 2023
1 parent 345c1cb commit 4c9465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/social-icons.html
Original file line number Diff line number Diff line change
@@ -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 -}}

0 comments on commit 4c9465a

Please sign in to comment.