mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
fix: img attribute
add loading/decoding/fetchpriority remove alt for decorative images
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<figure class="not-prose flex-none relative overflow-hidden thumbnail--related">
|
||||
<img
|
||||
src="{{ . }}"
|
||||
alt="{{ $.Title }}"
|
||||
alt=""
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
fetchpriority="low"
|
||||
|
||||
Reference in New Issue
Block a user