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:
@@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user