We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8099f commit fbc6b0bCopy full SHA for fbc6b0b
_layouts/home.html
@@ -40,7 +40,7 @@ <h3 class="post-subtitle">
40
{% assign thumbnail=thumbnail | strip %}
41
{% if thumbnail != "" %}
42
<div class="post-image">
43
- <a href="{{ post.url | absolute_url }}">
+ <a href="{{ post.url | absolute_url }}" aria-label="Thumbnail">
44
<img src="{{ thumbnail | absolute_url }}" alt="Post thumbnail">
45
</a>
46
</div>
0 commit comments