diff options
Diffstat (limited to 'templates/activities/follows.html')
-rw-r--r-- | templates/activities/follows.html | 2 |
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> |