From 2564ee85bead758abf30b0116f6178c3ad239fe0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 22 Jun 2023 18:49:40 +0100 Subject: [PATCH] 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 --- site.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/site.cfg b/site.cfg index ed84cfe..56d5bd2 100644 --- a/site.cfg +++ b/site.cfg @@ -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"