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