* ♿️ Add accessible names to nav elements --------- Co-authored-by: Nathan Knowler <nathan@knowler.me>
8 lines
122 B
PHP
8 lines
122 B
PHP
@php(the_content())
|
|
|
|
@if ($pagination)
|
|
<nav class="page-nav" aria-label="Page">
|
|
{!! $pagination !!}
|
|
</nav>
|
|
@endif
|