From 1366ded07dc5182f8ae71aadefc71daef19696f4 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Sat, 22 Oct 2022 10:12:27 +0800 Subject: [PATCH] Revert "Try to disable lazy load" This reverts commit 219414de85dc778ffd987319a31c29c9dfd80440. --- themes/hugo-theme-stack/layouts/_default/list.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/hugo-theme-stack/layouts/_default/list.html b/themes/hugo-theme-stack/layouts/_default/list.html index 73584f8..9bc618d 100644 --- a/themes/hugo-theme-stack/layouts/_default/list.html +++ b/themes/hugo-theme-stack/layouts/_default/list.html @@ -34,9 +34,10 @@ + height="{{ $Height }}" + loading="lazy"> {{ else }} - + {{ end }} {{ end }}