Revert "Try to disable lazy load"

This reverts commit 219414de85.
stack-3.26.0
FlintyLemming 2022-10-22 10:12:27 +08:00
parent 219414de85
commit 1366ded07d
1 changed files with 3 additions and 2 deletions

View File

@ -34,9 +34,10 @@
<img src="{{ $Permalink }}"
width="{{ $Width }}"
height="{{ $Height }}">
height="{{ $Height }}"
loading="lazy">
{{ else }}
<img src="{{ $image.permalink }}" />
<img src="{{ $image.permalink }}" loading="lazy" />
{{ end }}
</div>
{{ end }}