uci-doc/exampleSite/content/shortcodes/buttons.md

16 lines
455 B
Markdown
Raw Normal View History

2020-01-12 06:33:02 -08:00
Buttons are styled links that can lead to local page or external link.
```tpl
{{</* button relref="/" [class="..."] */>}}Get Home{{</* /button */>}}
{{</* button href="https://github.com/xoxys/hugo-geekdoc" */>}}Contribute{{</* /button */>}}
```
## Example
<!-- spellchecker-disable -->
2020-09-10 13:23:24 -07:00
2020-01-12 06:33:02 -08:00
{{< button relref="/" >}}Get Home{{< /button >}}
{{< button href="https://github.com/xoxys/hugo-geekdoc" >}}Contribute{{< /button >}}
2020-09-10 13:23:24 -07:00
<!-- spellchecker-enable -->