Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 409 Bytes

buttons.md

File metadata and controls

13 lines (9 loc) · 409 Bytes

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 >}}