Add lazy loading for image file

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2023-03-28 01:58:42 +08:00
parent 1ccdab0f60
commit e57f81e75c
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F

View file

@ -189,7 +189,7 @@
</p> </p>
</div> </div>
<div> <div>
<img src="https://files.nekoul.com/pub/satanichia.png" class="rounded mx-auto d-block w-100" <img src="https://files.nekoul.com/pub/satanichia.png" class="rounded mx-auto d-block w-100" loading="lazy"
alt="There should be a Satanichia ~" data-bs-toggle="tooltip" alt="There should be a Satanichia ~" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="Satanichia is so cute >w<"> data-bs-placement="bottom" title="Satanichia is so cute >w<">
</div> </div>