hugo-theme-relearn/layouts/shortcodes/button.html
2016-03-27 14:24:51 +02:00

1 line
143 B
HTML

<a {{ with .Get "href"}} href="{{.}}" {{ end }} class="btn btn-default">{{ .Inner }} {{ with .Get "icon"}} <i class="{{.}}"></i> {{ end }}</a>