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

button.html « shortcodes « layouts - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b8246ade8c5a940fd6cc4551c3dc15b4bc24790 (plain)
1
2
3
4
5
<!-- Boutton -->
{{ with .Get "align" }}<center>{{end}}
<button type="button" class="btn  {{with .Get "theme"}}btn-{{.}}{{else}}btn-primary{{end}}" {{ with .Get "href" }} onclick="location.href='{{.}}'"{{end}} {{ if .Get "ref" }} onclick="location.href='{{relref . (.Get "ref") }}'"{{end}}>{{.Inner | markdownify}}</button>
{{ with .Get "align" }}</center>{{end}}
<!-- Boutton -->