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/feeds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/html/feeds.html') diff --git a/template/html/feeds.html b/template/html/feeds.html index 0bad59a..e4a3231 100644 --- a/template/html/feeds.html +++ b/template/html/feeds.html @@ -28,7 +28,7 @@
{{ if .Icon }} - {{ .Title }} + {{ .Title }} {{ end }} {{ if .Disabled }} 🚫 {{ end }} {{ .Title }} -- cgit v1.2.3