add aria label to link for accessibility
This commit is contained in:
parent
ee8099fa6e
commit
fbc6b0bd6d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ layout: page
|
|||
{% assign thumbnail=thumbnail | strip %}
|
||||
{% if thumbnail != "" %}
|
||||
<div class="post-image">
|
||||
<a href="{{ post.url | absolute_url }}">
|
||||
<a href="{{ post.url | absolute_url }}" aria-label="Thumbnail">
|
||||
<img src="{{ thumbnail | absolute_url }}" alt="Post thumbnail">
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue