Welcome to mirror list, hosted at ThFree Co, Russian Federation.

button.html « shortcodes « layouts - github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a42661d9e19947bd248a999212e3449a3a46edd7 (plain)
1
2
3
<a href="{{ with .Get "url" }}{{ . }}{{ end }}" class="button {{ with .Get "status" }}button-{{ . }}{{ else }}button-primary{{ end }}">
{{ with .Get "icon" }}<i class="{{ . }}"></i> {{ end }}{{- .Inner -}}
</a>