fix: aria label for "back to top"

Gives 100% Accessibility score on Lighthouse for test site.
This commit is contained in:
George Cushen 2020-10-26 22:50:54 +00:00
commit f55fed9d88

View file

@ -27,8 +27,8 @@
{{ end }}
{{ if not (in (slice "book" "docs" "updates") .Type) }}
<span class="float-right" aria-hidden="true">
<a href="#" class="back-to-top">
<span class="float-right">
<a href="#" class="back-to-top" aria-label="Back to top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>