Accessibility update on the tile images (#125)

This commit is contained in:
coezbek 2021-03-26 22:20:21 +01:00 committed by GitHub
parent c2c4a68209
commit c942cfd71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% for tile in tiles limit:site.tiles-count %}
<article>
<span class="image">
<img src="{{ tile.image }}" alt="" />
<img src="{{ tile.image }}" alt="{{ tile.title }}" />
</span>
<header class="major">
<h3><a href="{{ tile.url | relative_url }}" class="link">{{ tile.title }}</a></h3>