Hide broken image of avatar.

This commit is contained in:
Cotes Chung 2020-06-02 16:18:40 +08:00
parent b28724b4d4
commit 0bb9c47cf9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% if start == '/' %}
{% assign avatar_url = avatar_url | prepend: site.baseurl %}
{% endif %}
<img src="{{ avatar_url }}" alt="avatar">
<img src="{{ avatar_url }}" alt="avatar" onerror="this.style.display='none'">
</a>
</div>