Skip to content

Commit

Permalink
fix: add name property to breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Nov 22, 2024
1 parent 3e13821 commit f76a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/link.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ declare function link:generate-from-state($url-state as map(*)) as element(a)* {
then (attribute aria-current { "page" })
else ()
}
<span>{link:generate-label-from-state($url-state)}</span>
<span property="name">{link:generate-label-from-state($url-state)}</span>
</a>
};

Expand Down

0 comments on commit f76a643

Please sign in to comment.