Skip to content

Commit

Permalink
person-box: don't preload images
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Oct 5, 2023
1 parent 0b8f91f commit b597bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/partials/person-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
{{ $imgSmall.RelPermalink }} 1x,
{{ $imgMedium.RelPermalink }} 2x
"
loading="lazy"
decoding="async"
/>
</div>
{{ end }}
Expand Down

0 comments on commit b597bca

Please sign in to comment.