summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
authorKromonos2022-12-18 01:01:07 +0100
committerGitHub2022-12-17 17:01:07 -0700
commitf02f1541add5242e13abf8852d381458315ecaab (patch)
treebd7b934b860320934ed541fd0e85e70e5c5281e3 /templates/admin
parent17d75c4797b43767a58edfefd8473826334aa416 (diff)
downloadtakahe-f02f1541add5242e13abf8852d381458315ecaab.tar.gz
takahe-f02f1541add5242e13abf8852d381458315ecaab.tar.bz2
takahe-f02f1541add5242e13abf8852d381458315ecaab.zip
Implement lazy loading (#188)
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/identities.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/identities.html b/templates/admin/identities.html
index 9e30e39..908f862 100644
--- a/templates/admin/identities.html
+++ b/templates/admin/identities.html
@@ -20,7 +20,7 @@
<section class="icon-menu">
{% for identity in page_obj %}
<a class="option" href="{{ identity.urls.admin_edit }}">
- <img src="{{ identity.local_icon_url.relative }}" class="icon" alt="Avatar for {{ identity.name_or_handle }}">
+ <img src="{{ identity.local_icon_url.relative }}" class="icon" alt="Avatar for {{ identity.name_or_handle }}" loading="lazy">
<span class="handle">
{{ identity.html_name_or_handle }}
<small>