hermit-V2/layouts/partials/social-icons.html
Track3 97395d876c Slightly improve accessibility
* Add `title` attribute to some buttons or icons
2018-12-31 15:20:34 +08:00

4 lines
141 B
HTML

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