hello-friend-ng/layouts/partials/social-icons.html
Josh Lemon 4c9465af94
Update social-icons.html
This should address #397.
It also adds flexibility for future `rel` parameters.
2023-01-06 16:13:50 +11:00

3 lines
170 B
HTML

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