This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
landingpage/layouts/shortcodes/button-group.html

3 lines
59 B
HTML
Raw Normal View History

2021-02-07 11:10:51 +00:00
<ul class="actions {{ .Get "class" }}">
{{ .Inner }}
</ul>