We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3a131 commit b61ae31Copy full SHA for b61ae31
1 file changed
_includes/sidebar.html
@@ -15,7 +15,7 @@
15
{% if start == '/' %}
16
{% assign avatar_url = avatar_url | prepend: site.baseurl %}
17
{% endif %}
18
- <img src="{{ avatar_url }}">
+ <img src="{{ avatar_url }}" alt="avatar">
19
</a>
20
</div>
21
0 commit comments