uci-hugo-landingpage/layouts/shortcodes/off/button.html

2 lines
145 B
HTML
Raw Normal View History

2017-02-28 09:56:46 -08:00
<a class="button {{ .Get "size" }}", {{ if .Get "target" }}target="{{ .Get "target" }}", {{ end }}href="{{ .Get "url" }}">
{{ .Get "text" }}</a>