⏱ 12 mins remaining

Shortcodes Tutorial

Learn about the various shortcodes used on this website

Buttons


A button that links to another page.

AttributeDescription
hrefThe html href to the content when the button is clicked.
typeThe button style (Any bootstrap style, defaults to ‘primary’)
textThe label for the button.

Note: Only primary and secondary types are fully supported.

Example

Secondary Primary

  {{< button/link href="#" type="secondary" text="Secondary" >}}
  {{< button/link href="#" type="primary" text="Primary" >}}