hugo-book-theme/exampleSite/content/docs/shortcodes/buttons.md
逊狼 fa0d46ccf5 Revert "🐞 fix issues 352"
This reverts commit 58f8935d1e.
2021-07-18 23:09:08 +08:00

13 lines
409 B
Markdown

# Buttons
Buttons are styled links that can lead to local page or external link.
## Example
```tpl
{{</* button relref="/" [class="..."] */>}}Get Home{{</* /button */>}}
{{</* button href="https://github.com/alex-shpak/hugo-book" */>}}Contribute{{</* /button */>}}
```
{{< button relref="/" >}}Get Home{{< /button >}}
{{< button href="https://github.com/alex-shpak/hugo-book" >}}Contribute{{< /button >}}