Add alt to logo img (#550)

This commit is contained in:
Aaron Carlisle 2018-01-18 13:10:51 -05:00 committed by GitHub
parent b4ab3f6714
commit ed48532da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@
{% if logo %} {% if logo %}
{# Not strictly valid HTML, but it's the only way to display/scale it properly, without weird scripting or heaps of work #} {# Not strictly valid HTML, but it's the only way to display/scale it properly, without weird scripting or heaps of work #}
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" /> <img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="Logo"/>
{% endif %} {% endif %}
</a> </a>