hermit-V2/layouts/partials/social-icons.html

4 lines
144 B
HTML
Raw Normal View History

2018-10-23 01:15:50 -04:00
{{ range . -}}
2019-04-22 22:48:20 -04:00
<a href="{{ .url }}" target="_blank" rel="noopener me" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
{{- end -}}