Skip to content

Commit 0ae86f6

Browse files
committed
fix (breadcrumb): markup
1 parent 541e0ee commit 0ae86f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/parts/common/breadcrumb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
}
55
?>
66

7-
<div class="breadcrumb">
7+
<nav class="breadcrumb" role="navigation" aria-label="<?php echo esc_attr( 'Breadcrumb', 'beapi-frontend-framework' ); ?>">
88
<div class="container">
99
<?php yoast_breadcrumb( '<div class="breadcrumb__inner">', '</div>' ); ?>
1010
</div>
11-
</div>
11+
</nav>

0 commit comments

Comments
 (0)