summaryrefslogtreecommitdiffstats
path: root/templates/activities/_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/_post.html')
-rw-r--r--templates/activities/_post.html4
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 %}