links
Buttons rendered below the tagline in the jumbotron. Each entry defines the button label and its target URL.
| Property | Details |
|---|---|
| Type | {href: string, text: string, class?: string, id?: string}[] |
| Accepted values |
|
Example
links:
- href: "/about/"
text: "About"
- href: "/downloads/"
text: "Download"
class: "btn btn-primary"
id: "download-btn"