mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-10 12:02:41 +00:00
Remove aria-labelledBy from blog post pagination
This commit is contained in:
parent
4180931177
commit
225f8782fa
@ -48,7 +48,7 @@
|
|||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
|
|
||||||
{% if tags and tags.includes("posts") %}
|
{% if tags and tags.includes("posts") %}
|
||||||
<nav class="blog__post--pagination" aria-labelledby="blog-pagination">
|
<nav class="blog__post--pagination">
|
||||||
<h2 class="visually-hidden">Next and Previous Blog Posts</h2>
|
<h2 class="visually-hidden">Next and Previous Blog Posts</h2>
|
||||||
{%- if collections.posts %}
|
{%- if collections.posts %}
|
||||||
{%- set previousPost = collections.posts | getPreviousCollectionItem %}
|
{%- set previousPost = collections.posts | getPreviousCollectionItem %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user