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
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' %}