Replies: 1 comment
-
sorry, I have posted to this wrong repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://quarto.org/docs/reference/projects/websites.html#nav-items
If we set a item with
icon
in the sidebar, the item is not displayed.If we use HTML like
text: <i class="bi bi-twitter"></i>
, it will be displayed, but this will be displayed as a string in navbar, which is a problem when displaying saidebar items in navbar withsidebar:id
.Is this the intended behavior? (If so, it would be great if the documentation was updated)
Beta Was this translation helpful? Give feedback.
All reactions