1
0
mirror of https://github.com/osmarks/website synced 2025-09-03 03:07:56 +00:00

fix sidenote layout and performance enhancements

This commit is contained in:
osmarks
2024-10-26 15:14:51 +01:00
parent 6011e27dbd
commit d9a3eeae1e
3 changed files with 13 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ mixin image(src)
picture
each pair in src
if pair[0] == "_fallback"
img(src=pair[1])
img(src=pair[1], loading="lazy")
else
source(srcset=pair[1], type=pair[0])