mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-21 16:11:28 +00: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>
|
||||
</a>
|
||||
<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>
|
||||
</div>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue