culinary.kemonine.info/themes/hugo-theme-techdoc/layouts/shortcodes/button.html

4 lines
216 B
HTML

<a href="{{ with .Get "url" }}{{ . }}{{ end }}" class="button {{ with .Get "status" }}button-{{ . }}{{ else }}button-primary{{ end }}">
{{ with .Get "icon" }}<i class="{{ . }}"></i>&nbsp;{{ end }}{{- .Inner -}}
</a>