Add an aria-label to the blog feed navigation

This commit is contained in:
Lewis Dale 2024-01-03 12:50:49 +00:00
parent 1d9bc704e2
commit bea77bbf07

View File

@ -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 %}