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
gordonwoodhull
changed the title
embedded brand metadata does not show logo in html output
logo from page-level brand metadata is not shown
Nov 18, 2024
I looked at the implementation and it would mean loading the logo into the navbar or sidebar later on at the page level, after the project is initialized. Which would be messy because currently we're trying to initialize these project-level features only once.
But I reckon someone will eventually want this, e.g. if they have multiple projects with different logos on a site.
gordonwoodhull
changed the title
logo from page-level brand metadata is not shown
website brand: logo from page-level brand metadata is not shown
Nov 18, 2024
This does not show the logo in html, but it works for typst:
logo-embedded.qmd
_quarto.yml
However if I move
_brand.yml
to its own file_brand.yml
logo-linked.qmd
This displays the logo in both formats.
(I have a feeling I have created cross-format compatibility bugs by allowing logo to be an object for typst, ran into this bug on the way.)
The text was updated successfully, but these errors were encountered: