Removes aria-hidden from covers

This commit is contained in:
Mouse Reeve 2021-05-02 06:59:47 -07:00
parent b3e369cdba
commit 5ed4dfdb63

View file

@ -13,10 +13,6 @@
{% endif %}
"
{% if aria != "show" %}
aria-hidden="true"
{% endif %}
{% if book.alt_text %}
title="{{ book.alt_text }}"
{% endif %}