-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Description
Currently, you can specify logo
in the Navbar options to get an image for .navbar-brand
, e.g. for quarto-web, there's (effectively):
website:
navbar:
logo: quarto.png
However, there isn't a way (that I've figured out) to add alt-text for this image. So, perhaps logo-alt
might be added?
I'm assuming it would be much more complicated to actually have that item be code, ร la the page-footer options where you could use the quarto fig-alt
syntax.
page-footer:
left: |
Proudly supported by
[{width=65px}](https://www.rstudio.com)
Link to issue report from testing Quarto site with axe: https://axe.deque.com/issues/ee26e47c-e699-49b5-8ec3-e70b3a374f9c
mine-cetinkaya-rundel