From fc67f3b40b7bc998e3ed425079529ca65053592c Mon Sep 17 00:00:00 2001 From: Damillora Date: Tue, 20 Apr 2021 16:29:45 +0700 Subject: [PATCH] fix: readd native lazy loading --- partials/post-background.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/partials/post-background.hbs b/partials/post-background.hbs index eec02d0..a08fc54 100644 --- a/partials/post-background.hbs +++ b/partials/post-background.hbs @@ -15,11 +15,11 @@ for it, and apply those styles to the
tag. Else, we just output a + src="{{img_url feature_image size=" m"}}" alt="{{title}}" loading="lazy"> {{else}} {{title}} + src="{{img_url @site.cover_image size=" m"}}" alt="{{title}}" loading="lazy"> {{/if}} - \ No newline at end of file +