We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blog
1 parent 0f57968 commit 0174ce7Copy full SHA for 0174ce7
src/blog.njk
@@ -74,9 +74,9 @@ layout: 'layouts/secondary.njk'
74
<p class="posts-detail_header">
75
<a href="{{ post.url }}">
76
<span aria-labelledby="{{ post.slug }}" aria-hidden="true">#</span>
77
- <span class="sr-only" id="{{ post.slug }}">{{ post.title }}</span>
+ {# <span class="sr-only" id="{{ post.slug }}-sr-only">{{ post.title }}</span> #}
78
+ <span id="{{ post.slug }}">{{ post.title }}</span>
79
</a>
- <span id="{{ post.slug }}">{{ post.title }}</span>
80
</p>
81
<p>
82
{{ post.desc | truncate(60) }}
0 commit comments