Skip to content

Commit

Permalink
example site - update the top and the bottom nav aria title
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Mar 30, 2024
1 parent 8aeb6a2 commit 5589e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/_block_layout_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- _block_layout_index_children.html -->
</main>

<nav class="nav-bottom" aria-label="Page bottom navigation">
<nav class="nav-bottom" aria-label="The bottom navigation">
<ul class="inline-list-sep">
<li><a href="#">Top</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions site/_block_layout_nested.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="nav-top" aria-label="Page top navigation">
<nav class="nav-top" aria-label="The top navigation">
<ul class="inline-list-sep">
<li><a href="#main">Skip to main content</a></li>
<li><a href="<!-- _inline_path_host_prefix -->/"><!-- _inline_site_name --></a></li>
Expand All @@ -9,7 +9,7 @@
<!-- _block_layout_nested_children.html -->
</main>

<nav class="nav-bottom" aria-label="Page bottom navigation">
<nav class="nav-bottom" aria-label="The bottom navigation">
<ul class="inline-list-sep">
<li><a href="#">Top</a></li>
<li><a href="<!-- _inline_path_host_prefix -->/">Home</a></li>
Expand Down

0 comments on commit 5589e83

Please sign in to comment.