ContainerImage.Pinniped/site/themes/pinniped/layouts/shortcodes/buttonlink.html

2 lines
116 B
HTML

{{- $href := .Get "href" -}}
<div class="button"><a href="{{ $href }}" class="button secondary">{{.Inner}}</a></div>