Skip to content

Commit 0174ce7

Browse files
committed
update: blog — clickable link
1 parent 0f57968 commit 0174ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blog.njk

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ layout: 'layouts/secondary.njk'
7474
<p class="posts-detail_header">
7575
<a href="{{ post.url }}">
7676
<span aria-labelledby="{{ post.slug }}" aria-hidden="true">#</span>
77-
<span class="sr-only" id="{{ post.slug }}">{{ post.title }}</span>
77+
{# <span class="sr-only" id="{{ post.slug }}-sr-only">{{ post.title }}</span> #}
78+
<span id="{{ post.slug }}">{{ post.title }}</span>
7879
</a>
79-
<span id="{{ post.slug }}">{{ post.title }}</span>
8080
</p>
8181
<p>
8282
{{ post.desc | truncate(60) }}

0 commit comments

Comments
 (0)