This repository has been archived on 2022-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
arsenm-dev-site/layouts/shortcodes/button.html

7 lines
238 B
HTML

<a class="btn" style="color: {{ .Get "fgcolor" }}; background-color: {{ .Get "bgcolor" }};" href="{{ .Get "link" }}">
{{if or (.Get "icon")}}
<span class="iconify icon:{{.Get "icon"}}"></span>&nbsp;
{{end}}
{{ .Get "text" }}
</a>