We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa418d commit 25484a8Copy full SHA for 25484a8
_includes/author-profile.html
@@ -8,9 +8,9 @@
8
9
<div class="author__avatar">
10
{% if author.avatar contains "://" %}
11
- <img src="{{ author.avatar }}" alt="{{ author.name }}">
+ <img src="{{ author.avatar }}" alt="{{ author.name }}" fetchpriority="high" />
12
{% else %}
13
- <img src="{{ author.avatar | prepend: "/images/" | prepend: base_path }}" class="author__avatar" alt="{{ author.name }}">
+ <img src="{{ author.avatar | prepend: "/images/" | prepend: base_path }}" class="author__avatar" alt="{{ author.name }}" fetchpriority="high" />
14
{% endif %}
15
</div>
16
0 commit comments