Added priority hint for profile avatars

This commit is contained in:
2018-10-10 19:56:40 +09:00
parent 1524d9f504
commit 445fadcded
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ component AvatarNoTip(user *arn.User)
component ProfileImage(user *arn.User)
if user.HasAvatar()
img.profile-image.lazy(data-src=user.AvatarLink("large"), data-webp="true", alt="Profile image")
img.profile-image.lazy(data-src=user.AvatarLink("large"), data-webp="true", alt="Profile image", importance="high")
else
SVGProfileImage(user)