mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-01-03 10:19:27 +01:00
Remove redundant alts on frontpage
This commit is contained in:
parent
7fdf88f171
commit
6f8ba6271a
@ -15,7 +15,7 @@ layout: layout
|
|||||||
<img class="grid__item__image" src="<%= url_for(list[item].smallImg) %>" alt=""> <span class="grid__item__title"><%= list[item].title %></span>
|
<img class="grid__item__image" src="<%= url_for(list[item].smallImg) %>" alt=""> <span class="grid__item__title"><%= list[item].title %></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="grid__card">
|
<div class="grid__card">
|
||||||
<h4><img src="<%= url_for(list[item].smallImg) %>" alt="landscape image"> <span><%= list[item].title %></span></h4>
|
<h4><img src="<%= url_for(list[item].smallImg) %>" alt=""> <span><%= list[item].title %></span></h4>
|
||||||
<p><%= list[item].descr %></p>
|
<p><%= list[item].descr %></p>
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
Loading…
Reference in New Issue
Block a user