Reputation: 8811
Currently I have a Quarto Blog with some icons in the navigation menu, each of them have a hyperlink to another site, but they do not open in another tab, instead they open in the same tab as the blog.
The icons are configured inside the file _quarto.yml
, like this:
navbar:
left:
- icon: stack-overflow
href: https://stackoverflow.com/users/9696037/vin%c3%adcius-f%c3%a9lix
I read the documentation ,
and did some research, I found methods, such as using target = "_blank"
, but I do not know how to configure it inside quarto.
Upvotes: 2
Views: 953