You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For various complicated reasons, the logo is stripped from the HTML and re-added by pkgdown to each page. Unfortunately I think it's going to be a lot of work to fix this, especially given that there's already a prominent link to the home page.
I couldn't find a way to linkify the logo so that it points to a specific URL. For example, this sample
README.md
contains a link:# pkgdown <a href="https://pkgdown.r-lib.org/"><img src="man/figures/logo.png" align="right" /></a>
but the resulting html only contains:
It's as if the link is stripped. It would be nice if it was respected or if there was some yaml setting to control the URL associated to the logo.
The text was updated successfully, but these errors were encountered: