fime/themes/ace-documentation/layouts/shortcodes/button.html
2022-09-28 21:20:15 +02:00

7 lines
151 B
HTML

{{ $style := .Get "style" }}
{{ $link := .Get "link" }}
<a href="{{ $link }}" class="btn btn-{{ $style }}">
{{ print .Inner | markdownify }}
</a>