Buttons
Buttons are styled links that can lead to local page or external link.
{{< button relref="/" [class="...", size="large|regular"] >}}Get Home{{< /button >}}
{{< button href="https://github.com/thegeeklab/hugo-geekdoc" >}}Contribute{{< /button >}}
- List of space-separated CSS class names to apply.Default: none
- The URL to use as target of the button.Default: none
- Executes the relref Hugo function to resolve the relative permalink of the specified page. The result is set as the target of the button.Default: none
- Preset of different button sizes. Supported values are
regular|large
.Default: none