Add visually hidden text to social icons
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<div class="mb-3 text-center">
|
<div class="mb-3 text-center">
|
||||||
{{ range $k, $v := . }}
|
{{ range $k, $v := . }}
|
||||||
<a href="{{ $v }}"><i class="bi bi-{{ $k }} display-6 mx-2"></i></a>
|
<a href="{{ $v }}"><i class="bi bi-{{ $k }} display-6 mx-2"><span class="visually-hidden">{{ $k }}</span></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user