Add an aria-label to the blog feed navigation
This commit is contained in:
parent
1d9bc704e2
commit
bea77bbf07
@ -25,7 +25,7 @@ pagination:
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
<nav class="blog-nav row" data-spacing="between">
|
||||
<nav class="blog-nav row" data-spacing="between" aria-label="View more posts">
|
||||
{% if pagination.href.next %}
|
||||
<a href="{{ pagination.href.next }}">Older</a>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user