1 minutes read
Article Prettify: Links
-
Custom Themes
October 29, 2021
Adding links is super easy. Here's how you add a plain text link:
<a href="#">I am a link</a>
And here's how you add a button with a link:
<a class="btn btn-primary" href="#">I'm a button link</a>
Here is what a button link will look like: