⏱
12 mins remaining
Shortcodes Tutorial
Learn about the various shortcodes used on this website
Buttons
button/link
A button that links to another page.
Attribute | Description |
---|---|
href | The html href to the content when the button is clicked. |
type | The button style (Any bootstrap style, defaults to ‘primary’) |
text | The label for the button. |
Note: Only primary and secondary types are fully supported.
Example
{{< button/link href="#" type="secondary" text="Secondary" >}}
{{< button/link href="#" type="primary" text="Primary" >}}