mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
Fix pa11y validation issue by replacing breadcrumb a alt attribute with aria-label
This commit is contained in:
parent
0f29cdadd2
commit
ae7317c3ab
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div role="navigation" aria-label="breadcrumbs navigation">
|
||||
<ul class="wy-breadcrumbs">
|
||||
<li><a href="{{ nav.homepage.url|url }}" class="icon icon-home" alt="{% trans %}Docs{% endtrans %}"></a> »</li>
|
||||
<li><a href="{{ nav.homepage.url|url }}" class="icon icon-home" aria-label="{% trans %}Docs{% endtrans %}"></a> »</li>
|
||||
{%- if page %}
|
||||
{%- for doc in page.ancestors[::-1] %}
|
||||
{%- if doc.link %}
|
||||
|
|
Loading…
Add table
Reference in a new issue