Footer > Adding Lazy loading in the profile image

This commit is contained in:
Rafael Corrêa Gomes 2021-10-14 23:17:40 -04:00 committed by Sodbileg Gansukh
parent c880856a32
commit 67e7291c2b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ which templates loop over to generate a list of posts. --}}
<li class="author-list-item">
{{#if profile_image}}
<a href="{{url}}" class="static-avatar">
<img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}" />
<img class="author-profile-image" src="{{img_url profile_image size="xs"}}" alt="{{name}}" loading="lazy" />
</a>
{{else}}
<a href="{{url}}" class="static-avatar author-profile-image">{{> "icons/avatar"}}</a>