quarto-ext / fontawesome

Use Font Awesome icons in HTML and PDF documents.
MIT License
105 stars 10 forks source link

Making the icons clickable #17

Closed drfurtado closed 1 year ago

drfurtado commented 2 years ago

How do I make the icons clickable? I searched the guide but could find an answer.

Thank you.

cscheid commented 1 year ago

You should be able to simply wrap them in a link, [ {{< ... >}} ](link-target). You might want to tweak the CSS a little, but I think this works.