ソースを参照

fix: aria label for "back to top"

Gives 100% Accessibility score on Lighthouse for test site.
George Cushen 4 年 前
コミット
f55fed9d88
1 ファイル変更2 行追加2 行削除
  1. 2 2
      wowchemy/layouts/partials/site_footer.html

+ 2 - 2
wowchemy/layouts/partials/site_footer.html

@@ -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>