1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/button.html

5 lines
137 B
HTML

{{ $style := default "btn-outline-dark" (.Get "style" )}}
<a class="btn {{ $style }} my-2" href='{{ .Get "src" }}'>
{{ .Inner }}
</a>