Separate website logo-url
from site-url
#10533
Replies: 3 comments 5 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks.
You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
I was hoping for the same feature. I have a logo as well as a title for my R package. Currently in the navbar the logo and title are in the left of the navbar and link via the logo-href argument in _quarto.yml to the landing page of the package website. I'd prefer the URL associated with the logo to link to another/different site (the home page for the organization). Here is my website: https://centerforassessment.github.io/packageSkeleton/ And here is the GitHub repo for the R package and Quarto website (the website is housed in the directory quarto_website) https://github.com/dbetebenner/packageSkeleton I've tried to produce some Javascript work arounds but none has worked thus far. |
Beta Was this translation helpful? Give feedback.
-
I believe Currently, it is using site-url home page ( Hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to add a logo and a title to my website, and I would like the logo to have a different url to the site title. However, this doesn't seem to be possible.
At the moment, I can add a separate logo and title by specifying the
logo
and thetitle
on my_quarto.yml
. Thetitle
andlogo
link to the main page of the website by default (for me this ishttps://www.labs.ala.org.au/
).But I would like to have the brand
logo
link to a separate main site, while thetitle
remain with the url to my main websitehttps://www.labs.ala.org.au/
. However, specifying thelogo-url
changes thehref
of both thelogo
and thetitle
.(sorry it's hard to show this with a screenshot, but hovering on the
.navbar-title
[i.e. ALA Labs] displays the associated url (bottom-left) as the new url set bylogo-url
when I wouldn't expect it to)Is it possible to separate the
site-url
from thelogo-url
? Thanks!Beta Was this translation helpful? Give feedback.
All reactions