- commit
- 55d3f70dac5eb5a92fbb6bedbb70cee03a37e18c
- parent
- 046cf93b088f9b35e7413eca7dd426c869567a78
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-02-06 15:09
list: fix aria-label
Diffstat
M | templates/_list.html | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_list.html b/templates/_list.html
@@ -1,7 +1,7 @@ 1 1 <ul class="list"> 2 2 {% for item in items %} 3 3 <li>4 -1 <a href="/{{ item.type }}/{{ item.id }}/">-1 4 <a href="/{{ item.type }}/{{ item.id }}/" aria-label="{{ item.title }}"> 5 5 <div class="thumbnail"> 6 6 {% if item.thumbnail %} 7 7 <img src="{{ item.thumbnail.small }}" alt="" width="240" height="135" loading="lazy">