Image SEO optimization.

This commit is contained in:
Cotes Chung 2020-02-14 05:37:59 +08:00
parent cdab915bd9
commit a53afb912f
1 changed files with 1 additions and 1 deletions

View File

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