juju.re/jujure/themes/hello_friend/layouts/partials/social-icons.html

4 lines
173 B
HTML
Raw Normal View History

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