I want to add aria-label specifically on the current page on breadcrumbs. For instance, Help Center -> Getting started.
Currently Help Center shows aria-label as "breadcrumb" but Getting Started has aria-label as "breadcrumb" also. I want to differentiate or should I say show the value of the current page to aria-label such as aria-label= 'Getting Started'.
- can I use aria-label="page" or aria-label="location" ? where should I put that on the code since all I see is {{breadcrumbs}} on the code.
You're help is greatly appreciated.
