feat: Lazy load image by default

pull/552/head
Tomy Hsieh 2023-05-08 17:04:55 +07:00 committed by GitHub
parent 7452a19ee9
commit 82a44935be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
{{ end }}
{{ end }}
alt="{{ $altText }}"
loading="lazy"
/>
{{ with $caption }}<figcaption class="text-center">{{ . | markdownify }}</figcaption>{{ end }}
</figure>