zola-theme-terminimal/templates/shortcodes
Heitor Pascoal de Bittencourt bef4cc9020
shortcodes: use async and lazy for images.
Zola v0.18 added an option to set all images with `decoding=async` and
`load=lazy`, but this only applies to `<img>` tags generated from
Markdown `![]()` syntax. This patch adds these attributes by default to
`figure` and `image` macros.
2024-02-06 15:31:27 -03:00
..
figure.html shortcodes: use async and lazy for images. 2024-02-06 15:31:27 -03:00
image.html shortcodes: use async and lazy for images. 2024-02-06 15:31:27 -03:00