Add alt to list item title
This commit is contained in:
parent
0917e39e40
commit
d6b4397498
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="columns">
|
||||
<figure class="media-left column is-3 image-column">
|
||||
{% if page.list_image_url %}
|
||||
<a href="{% pageurl page %}" class="image">
|
||||
<a href="{% pageurl page %}" class="image" title="{{ page.title }}">
|
||||
<img src="{{ page.list_image_url }}" alt="" loading="lazy" decoding="async" />
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue