Add anchor title for icons
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<span class="paige-icon">
|
||||
{{ with $url }}
|
||||
<a href="{{ . }}">
|
||||
<a href="{{ . }}" {{ with $name }} title="{{ . }}" {{ end }}>
|
||||
{{ end }}
|
||||
|
||||
<i class="{{ $class }}">{{ with $name }}<span class="visually-hidden">{{ . }}</span>{{ end }}</i>
|
||||
|
Reference in New Issue
Block a user