fime/themes/ace-documentation/layouts/shortcodes/button.html

7 lines
151 B
HTML
Raw Permalink Normal View History

2022-09-28 19:20:15 +00:00
{{ $style := .Get "style" }}
{{ $link := .Get "link" }}
<a href="{{ $link }}" class="btn btn-{{ $style }}">
{{ print .Inner | markdownify }}
</a>