♿️ Add accessible names to nav elements (#3179)
* ♿️ Add accessible names to nav elements --------- Co-authored-by: Nathan Knowler <nathan@knowler.me>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@php(the_content())
|
||||
|
||||
@if ($pagination)
|
||||
<nav class="page-nav">
|
||||
<nav class="page-nav" aria-label="Page">
|
||||
{!! $pagination !!}
|
||||
</nav>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user