aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/bookmark_entries.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/bookmark_entries.html')
-rw-r--r--template/html/bookmark_entries.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/bookmark_entries.html b/template/html/bookmark_entries.html
index f2cdcf1..3cb87c0 100644
--- a/template/html/bookmark_entries.html
+++ b/template/html/bookmark_entries.html
@@ -14,7 +14,7 @@
<div class="item-header">
<span class="item-title">
{{ if ne .Feed.Icon.IconID 0 }}
- <img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16" alt="{{ .Feed.Title }}">
+ <img src="{{ route "icon" "iconID" .Feed.Icon.IconID }}" width="16" height="16" loading="lazy" alt="{{ .Feed.Title }}">
{{ end }}
<a href="{{ route "starredEntry" "entryID" .ID }}">{{ .Title }}</a>
</span>