#352: move english content to content.en

This commit is contained in:
Alex Shpak
2022-11-02 23:28:30 +01:00
parent 6e1b44c4c4
commit 9013a1f457
29 changed files with 2 additions and 2 deletions
@@ -0,0 +1,13 @@
# 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 >}}