Add blank alt tag to hero image

This commit is contained in:
Jake Howard 2022-09-29 20:55:35 +01:00
parent e7037d01b0
commit e05d2675d5
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -12,7 +12,7 @@
{% block main_content %}
{% if page.hero_image_url %}
<img class="hero" src="{{ page.hero_image_url }}" decoding="async" />
<img class="hero" src="{{ page.hero_image_url }}" decoding="async" alt=""/>
{% endif %}
{% if page.get_view_restrictions.exists %}