Slightly improve accessibility
* Add `title` attribute to some buttons or icons
This commit is contained in:
parent
1e25d7d93e
commit
97395d876c
4 changed files with 20 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
{{ range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener">{{ partial "svg.html" . }}</a>
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue