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

2 lines
145 B
HTML
Executable File

<a class="button {{ .Get "size" }}", {{ if .Get "target" }}target="{{ .Get "target" }}", {{ end }}href="{{ .Get "url" }}">
{{ .Get "text" }}</a>