1
0
Fork 0

Merge pull request #701 from Flameborn/ScreenReaderImprovements

Screen reader improvements
This commit is contained in:
Mouse Reeve 2021-03-07 07:13:47 -08:00 committed by GitHub
commit 4eefe33d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{% load bookwyrm_tags %}
{% load i18n %}
{% include 'snippets/avatar.html' with user=status.user %}
{% include 'snippets/avatar.html' with user=status.user ariaHide="true" %}
{% include 'snippets/username.html' with user=status.user %}
{% if status.status_type == 'GeneratedNote' %}