Sha256: 382202e34de37f11b41c434e7eabf41e2d7b030a79040c991bd4cea0e4d476e8
Contents?: true
Size: 514 Bytes
Versions: 58
Compression:
Stored size: 514 Bytes
Contents
{{ $_hugo_config := `{ "version": 1 }` }} {{ $ref := "" }} {{ $target := "" }} {{ with .Get "href" }} {{ $ref = . }} {{ $target = "_blank" }} {{ end }} {{ with .Get "relref" }} {{ $ref = relref $ . }} {{ end }} <a {{ with $ref }} href="{{.}}" {{ end }} {{ with $target }} target="{{.}}" {{ end }} class="button{{ with .Get "class" }} {{ . }}{{ end }}"> {{ $icon := .Get "icon" }} {{ if ($icon) }} <span class="icon is-small"><i class="{{$icon}}"></i></span> {{ end }} <span>{{ .Inner }}</span> </a>
Version data entries
58 entries across 58 versions & 1 rubygems