Skip to content

Commit

Permalink
Merge branch 'main' into xmr/mv-scripts-to-head
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 30, 2024
2 parents 5b9e9c9 + b288925 commit aadcd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/partials/author-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<img class="mb-0 me-2 rounded-2"
srcset="{{ $imgUrl }}, {{ $imgUrl2x }} 2x"
src="{{ $imgUrl }}"
alt=""
{{ if eq .lazyload true }}loading="lazy"{{ end }}
alt=""{{ if eq .lazyload true }}
loading="lazy"{{ end }}
width="{{ $avatarWidth }}"
height="{{ $avatarHeight }}">
<span>@{{ $author }}</span>
Expand Down

0 comments on commit aadcd4b

Please sign in to comment.