Skip to content

Commit

Permalink
alt tag should be dynamic from item-title
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-portier committed Aug 9, 2023
1 parent 202d18c commit a63d243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/text_image_block/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class="field field--name-field-media-image field--type-image field--label-hidden field__items">
<img loading="lazy"
src="{{include.item.image | relative_url}}"
alt="IODE" typeof="foaf:Image" class="image-style-large-1000" width="594"
alt="{{ include.item.title }}" typeof="foaf:Image" class="image-style-large-1000" width="594"
height="126">
</div>
</article>
Expand Down

0 comments on commit a63d243

Please sign in to comment.