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

409 B

Buttons

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

Example

{{</* 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 >}}