Add some alt texts
This commit is contained in:
parent
cb80c1367e
commit
2340b50f51
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
{% endif %}
|
||||
{% if logo %}
|
||||
{% set logo_file = (logo|first).name %}
|
||||
<img {{ style }} src="{{ url('theme://images/logo/' ~ logo_file) }}" />
|
||||
<img {{ style }} alt="The logo of the webpage" src="{{ url('theme://images/logo/' ~ logo_file) }}" />
|
||||
{% else %}
|
||||
<img {{ style }} src="{{ url('theme://images/logo.svg') }}" />
|
||||
<img {{ style }} alt="The logo of the webpage" src="{{ url('theme://images/logo.svg') }}" />
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue