Add anchor title for icons

master
Will Faught 2 years ago
parent 3c35c5840b
commit f05f002f2d

@ -8,7 +8,7 @@
<span class="paige-icon"> <span class="paige-icon">
{{ with $url }} {{ with $url }}
<a href="{{ . }}"> <a href="{{ . }}" {{ with $name }} title="{{ . }}" {{ end }}>
{{ end }} {{ end }}
<i class="{{ $class }}">{{ with $name }}<span class="visually-hidden">{{ . }}</span>{{ end }}</i> <i class="{{ $class }}">{{ with $name }}<span class="visually-hidden">{{ . }}</span>{{ end }}</i>

Loading…
Cancel
Save