1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Hide broken image of avatar.

This commit is contained in:
Cotes Chung 2020-06-02 16:18:40 +08:00
parent b28724b4d4
commit 0bb9c47cf9

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>