Add text to social icon links

This commit is contained in:
Will Faught
2022-12-14 23:08:17 -08:00
parent 8281e6357d
commit f85aaade26

View File

@@ -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 px-2"></i></a> <a href="{{ $v }}"><i class="bi bi-{{ $k }} display-6 px-2"><span class="d-none">{{ $k }}</span></i></a>
{{ end }} {{ end }}
</div> </div>
</section> </section>