Remove redundant alts on frontpage

This commit is contained in:
lostinlight 2021-08-04 19:56:41 +03:00
parent 7fdf88f171
commit 6f8ba6271a
1 changed files with 1 additions and 1 deletions

View File

@ -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>
<% } %>