mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-05 04:46:58 +01:00
Accessibility update on the tile images (#125)
This commit is contained in:
parent
c2c4a68209
commit
c942cfd71a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user