We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7790f08 commit d1f2b3bCopy full SHA for d1f2b3b
_i18n/en.yml
@@ -27,6 +27,7 @@ generic:
27
page-not-found-short: "Page not found"
28
page-not-found-long: "The requested page could not be found."
29
accessibility:
30
+ section-menu: "Section menu"
31
lang-menu: "Language switcher"
32
copy: "Copy link"
33
copied: "Link copied!"
_includes/nav.html
@@ -51,8 +51,9 @@
51
</div>
52
53
54
- <button class="navbar-toggler" onclick="openNav()"><img
55
- src="{{ site.baseurl_root }}/assets/images/icons/burger.svg" /></button>
+ <button class="navbar-toggler" onclick="openNav()">
+ <img src="{{ site.baseurl_root }}/assets/images/icons/burger.svg" alt="{% t generic.accessibility.section-menu %}">
56
+ </button>
57
58
59
0 commit comments