label for comic nav

This commit is contained in:
mi
2025-11-14 18:59:13 +10:00
parent 660e4a516f
commit a0b9bb8bfb
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
<div class="comic-image" id="comic-image-focus" tabindex="-1">
{% if comic.number < total_comics %}
<a href="{{ url_for('comic', comic_id=comic.number + 1) }}">
<a href="{{ url_for('comic', comic_id=comic.number + 1) }}" aria-label="Click to view next comic">
{% if comic.mobile_filename %}
<picture>
<source media="(max-width: 768px)" srcset="{{ url_for('static', filename='images/comics/' + comic.mobile_filename) }}">