Skip to content

Commit fbc6b0b

Browse files
committed
add aria label to link for accessibility
1 parent ee8099f commit fbc6b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="post-subtitle">
4040
{% assign thumbnail=thumbnail | strip %}
4141
{% if thumbnail != "" %}
4242
<div class="post-image">
43-
<a href="{{ post.url | absolute_url }}">
43+
<a href="{{ post.url | absolute_url }}" aria-label="Thumbnail">
4444
<img src="{{ thumbnail | absolute_url }}" alt="Post thumbnail">
4545
</a>
4646
</div>

0 commit comments

Comments
 (0)