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

2 lines
143 B
HTML
Raw Normal View History

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