diff options
author | Andrew Godwin | 2022-11-17 19:31:00 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-17 17:55:50 -0700 |
commit | 2a3690d1c148da5dd799052403ba7290e1fb7de0 (patch) | |
tree | 6a1c92cdbea7ee2e307a99dd114610c83b33f82a /templates/activities/_post.html | |
parent | 291d7e404e12e1d017403242f8ed199046f0904c (diff) | |
download | takahe-2a3690d1c148da5dd799052403ba7290e1fb7de0.tar.gz takahe-2a3690d1c148da5dd799052403ba7290e1fb7de0.tar.bz2 takahe-2a3690d1c148da5dd799052403ba7290e1fb7de0.zip |
Return images and summary in actor
Diffstat (limited to 'templates/activities/_post.html')
-rw-r--r-- | templates/activities/_post.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/activities/_post.html b/templates/activities/_post.html index 5de8bc7..3d455ea 100644 --- a/templates/activities/_post.html +++ b/templates/activities/_post.html @@ -2,7 +2,9 @@ {% load activity_tags %} <div class="post" data-takahe-id="{{ post.id }}"> - <img src="{{ post.author.local_icon_url }}" class="icon"> + <a href="{{ post.author.urls.view }}"> + <img src="{{ post.author.local_icon_url }}" class="icon"> + </a> <time> {% if post.visibility == 0 %} |