From a92a35cfb8221b8f2e3929e026fd6a95c8d4c0ad Mon Sep 17 00:00:00 2001 From: Viacheslav Slinko Date: Thu, 16 May 2024 10:44:38 +0300 Subject: [PATCH] Thumbnails lazy loading (#734) --- bookmarks/templates/bookmarks/bookmark_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarks/templates/bookmarks/bookmark_list.html b/bookmarks/templates/bookmarks/bookmark_list.html index dadfae0..d413823 100644 --- a/bookmarks/templates/bookmarks/bookmark_list.html +++ b/bookmarks/templates/bookmarks/bookmark_list.html @@ -145,7 +145,7 @@ {% if bookmark_list.show_preview_images and bookmark_item.preview_image_file %} - + {% endif %} {% endfor %}