hugo-theme-relearn/layouts/shortcodes/button.html

2 lines
143 B
HTML
Raw Normal View History

2016-03-27 12:24:51 +00:00
<a {{ with .Get "href"}} href="{{.}}" {{ end }} class="btn btn-default">{{ .Inner }} {{ with .Get "icon"}} <i class="{{.}}"></i> {{ end }}</a>