hugo-relie/themes/hello-friend-ng/layouts/partials/social-icons.html

3 lines
173 B
HTML

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