chore: aria attributes for current page
This commit is contained in:
parent
2f2944b0e0
commit
cd3f337582
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{%- capture pageUrl %}/{{ link | downcase }}/{% endcapture -%}
|
||||
{% if pageUrl contains page.fileSlug and page.fileSlug %}
|
||||
<span class="active">
|
||||
<span class="active" aria-current="page">
|
||||
{% if icon %}
|
||||
{% tablericon icon link %}
|
||||
{% else %}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</button>
|
||||
{% endif %}
|
||||
<div class="text-center">
|
||||
{{ pagination.pageNumber | plus: 1 }} of {{ pagination.links.size }}
|
||||
<span aria-current="page">{{ pagination.pageNumber | plus: 1 }}</span> of {{ pagination.links.size }}
|
||||
</div>
|
||||
{% if pagination.href.next %}
|
||||
<a href="{{ pagination.href.next }}">
|
||||
|
|
Reference in a new issue