Add blank alt tag to hero image
This commit is contained in:
parent
e7037d01b0
commit
e05d2675d5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
{% if page.hero_image_url %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.get_view_restrictions.exists %}
|
{% if page.get_view_restrictions.exists %}
|
||||||
|
|
Loading…
Reference in a new issue