We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eacfbf commit 7684e7cCopy full SHA for 7684e7c
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 }}" alt="avatar">
+ <img src="{{ avatar_url }}" alt="avatar" onerror="this.style.display='none'">
19
</a>
20
</div>
21
0 commit comments