2021-07-01 00:05:26 -07:00
|
|
|
---
|
|
|
|
title: Buttons
|
|
|
|
---
|
|
|
|
|
2020-01-12 06:33:02 -08:00
|
|
|
Buttons are styled links that can lead to local page or external link.
|
|
|
|
|
|
|
|
```tpl
|
2021-05-24 06:12:58 -07:00
|
|
|
{{</* button relref="/" [class="...", size="large|regular"] */>}}Get Home{{</* /button */>}}
|
2020-09-27 13:21:29 -07:00
|
|
|
{{</* button href="https://github.com/thegeeklab/hugo-geekdoc" */>}}Contribute{{</* /button */>}}
|
2020-01-12 06:33:02 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
{{< button relref="/" >}}Get Home{{< /button >}}
|
2020-09-27 13:21:29 -07:00
|
|
|
{{< button href="https://github.com/thegeeklab/hugo-geekdoc" >}}Contribute{{< /button >}}
|