Closed batpigandme closed 2 years ago
Undersung hero (parameter/option) is that you can actually add an aria-label to the icon links: https://github.com/juliasilge/vetiver.dev/blob/4424dadcf46e5a1cf9bf40784ebe4dc6b31c3381/_quarto.yml#L23-L24
aria-label
So, for example, in the Quarto website _quarto.yml I added:
_quarto.yml
right: - icon: twitter href: https://twitter.com/quarto_pub aria-label: Quarto Twitter - icon: github href: https://github.com/quarto-dev/quarto-cli aria-label: Quarto GitHub
For when those two are used in the navbar and footer. (Again, I can put in a PR for this)
Undersung hero (parameter/option) is that you can actually add an
aria-label
to the icon links: https://github.com/juliasilge/vetiver.dev/blob/4424dadcf46e5a1cf9bf40784ebe4dc6b31c3381/_quarto.yml#L23-L24So, for example, in the Quarto website
_quarto.yml
I added:For when those two are used in the navbar and footer. (Again, I can put in a PR for this)