Add visually hidden text to social icons
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section>
|
||||
<div class="mb-3 text-center">
|
||||
{{ 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 }}
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user