♿ label for comic nav
This commit is contained in:
@@ -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) }}">
|
||||
|
||||
Reference in New Issue
Block a user