summaryrefslogtreecommitdiffstats
path: root/templates/activities/_mini_post.html
diff options
context:
space:
mode:
authorMichael Manfre2022-12-07 11:12:43 -0500
committerGitHub2022-12-07 09:12:43 -0700
commit25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844 (patch)
treed33ed6a8a1d06c42dc197ab43f9beccf8f43e89f /templates/activities/_mini_post.html
parent7413dab0520b68bfb7d96805b44cc3e384113aec (diff)
downloadtakahe-25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844.tar.gz
takahe-25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844.tar.bz2
takahe-25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844.zip
Keyboard navigation
Diffstat (limited to 'templates/activities/_mini_post.html')
-rw-r--r--templates/activities/_mini_post.html4
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>