diff options
Diffstat (limited to 'templates/activities/_mini_post.html')
-rw-r--r-- | templates/activities/_mini_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/_mini_post.html b/templates/activities/_mini_post.html index 19fad76..9f83333 100644 --- a/templates/activities/_mini_post.html +++ b/templates/activities/_mini_post.html @@ -3,7 +3,7 @@ <div class="post mini" data-takahe-id="{{ post.id }}" role="article"> <a href="{{ post.author.urls.view }}" tabindex="-1"> - <img src="{{ post.author.local_icon_url }}" class="icon"> + <img src="{{ post.author.local_icon_url.relative }}" class="icon"> </a> <a href="{{ post.author.urls.view }}" class="handle"> |