-
Hi, Is it possible to include Bootstrap icons next to text in the navbar on a Quarto website? I am hoping to have a navbar that looks like this with icons next to the tab text: The directions suggested here work when
However, I am unable to include icons next to text in the navbar. I tried this in the _quarto.yml file but only the text appeared:
Also, the Just wondering if it is possible to include icons next to text in the navbar and for tabs linked to .qmd files? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need for example the navbar:
right:
- text: "{{< fa brands meetup >}} Meetup R Lille"
href: https://www.meetup.com/R-Lille/
|
Beta Was this translation helpful? Give feedback.
You need for example the
fontawesome
Quarto extension, then: