Skip to content

Commit 25484a8

Browse files
committed
#3151 update avatar priority
1 parent cfa418d commit 25484a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/author-profile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<div class="author__avatar">
1010
{% if author.avatar contains "://" %}
11-
<img src="{{ author.avatar }}" alt="{{ author.name }}">
11+
<img src="{{ author.avatar }}" alt="{{ author.name }}" fetchpriority="high" />
1212
{% else %}
13-
<img src="{{ author.avatar | prepend: "/images/" | prepend: base_path }}" class="author__avatar" alt="{{ author.name }}">
13+
<img src="{{ author.avatar | prepend: "/images/" | prepend: base_path }}" class="author__avatar" alt="{{ author.name }}" fetchpriority="high" />
1414
{% endif %}
1515
</div>
1616

0 commit comments

Comments
 (0)