ensure all images have alt text

This commit is contained in:
Dean Attali 2020-08-23 22:21:47 +00:00
parent 43d79b6dc9
commit 1db4dd96fa
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ layout: page
{% if thumbnail != "" %}
<div class="post-image">
<a href="{{ post.url | absolute_url }}">
<img src="{{ thumbnail | absolute_url }}">
<img src="{{ thumbnail | absolute_url }}" alt="Post thumbnail">
</a>
</div>
{% endif %}