Buttons Shortcode

Buttons are styled links that can lead to local page or external link.

Code Example #

{{< button relref="/" [class="..."] >}}Get Home{{< /button >}}
{{< button href="https://github.com/" >}}Contribute{{< /button >}}

Button for relative URLs #

{{< button relref="/" >}}Go Home{{< /button >}}

Button for external URLs #

{{< button href="https://newtonproject.org" >}}Newton Project{{< /button >}}
Buttons Shortcode was last edited on 2021-01-13 @16a6725 : update formatting