Skip to content

Commit

Permalink
#142 fix buttons shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
pr130 committed Sep 24, 2020
1 parent f2d4acf commit a93b3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/button.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="row py-3 justify-content-{{ .Get `justify` }}">
<a type="button" class="btn {{ .Get `btn-class` }}" href="{{ .Get `href` }}">{{ .Inner }}</a>
<a class="{{ .Get `btn-class` }}" href="{{ .Get `href` }}">{{ .Inner }}</a>
</div>

0 comments on commit a93b3db

Please sign in to comment.