Skip to content

Commit

Permalink
BUG - Remove redundant ARIA in breadcrumb navigation (pydata#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Sep 19, 2023
1 parent 0de9599 commit 8f6e5b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

{#- Hide breadcrumbs on the home page #}
{% if title and pagename != root_doc %}
<nav aria-label="{{ _('Breadcrumbs') }}">
<ul class="bd-breadcrumbs" role="navigation" aria-label="{{ _('Breadcrumb') }}">
<nav aria-label="{{ _('Breadcrumb') }}">
<ul class="bd-breadcrumbs">
{# Home icon #}
<li class="breadcrumb-item breadcrumb-home">
<a href="{{ pathto(root_doc) }}" class="nav-link" aria-label="{{ _('Home') }}">
Expand Down

0 comments on commit 8f6e5b4

Please sign in to comment.