Add alt to list item title

This commit is contained in:
Jake Howard 2023-06-13 13:45:17 +01:00
parent 0917e39e40
commit d6b4397498
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

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