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 6116dd6..27a13d3 100644 --- a/templates/activities/follows.html +++ b/templates/activities/follows.html @@ -6,7 +6,7 @@ <section class="icon-menu"> {% for identity, details in identities %} <a class="option" href="{{ identity.urls.view }}"> - <img src="{{ identity.local_icon_url }}"> + <img src="{{ identity.local_icon_url.relative }}"> <span class="handle"> {{ identity.name_or_handle }} <small>@{{ identity.handle }}</small> |