Add anchor title for icons
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user