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 1afae22 commit 604ad50Copy full SHA for 604ad50
templates/home.njk
@@ -52,7 +52,7 @@
52
<td class="p-0">
53
<div class="d-inline-flex flex-row justify-content-start align-items-center text-light">
54
<a href="/profile/{{ ranking.user.login }}" class="p-2 text-light" style="text-decoration: none;">
55
- <img src="{{ ranking.user.image }}" class="user-picture rounded-circle d-inline-block me-2" height="32" />
+ <img loading="lazy" src="{{ ranking.user.image }}" class="user-picture rounded-circle d-inline-block me-2" height="32" />
56
<span>{{ ranking.user.usual_full_name }}</span>
57
</a>
58
</div>
0 commit comments