enable lazy image loading

this feature was added to untitled lately, allowing
img tags to be generated with loading="lazy"

this will cut down on bandwidth usage

Signed-off-by: Leah Rowe <leah@libreboot.org>
c20230710
Leah Rowe 2023-06-22 18:49:40 +01:00
parent 40d49f50af
commit 2564ee85be
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ TITLE="-T Libreboot"
DOMAIN="https://libreboot.org/"
BLOGDIR="news/" # leave as empty string if you want the blog to be the homepage
CSS="--css /global.css"
LAZY="y"