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