From 8d8f78241d303381abf6879cc007ca9cbc2a12e2 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 10 Sep 2019 21:12:38 -0700 Subject: Add native lazy loading for images and iframes This feature is available only in Chrome >= 76 for now. See https://web.dev/native-lazy-loading --- template/html/search_entries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/html/search_entries.html') diff --git a/template/html/search_entries.html b/template/html/search_entries.html index f09c27d..707511e 100644 --- a/template/html/search_entries.html +++ b/template/html/search_entries.html @@ -14,7 +14,7 @@
{{ if ne .Feed.Icon.IconID 0 }} - {{ .Feed.Title }} + {{ .Feed.Title }} {{ end }} {{ .Title }} -- cgit v1.2.3