Sha256: b94e8279df3351540c94a8c06dfa0fb03ef0109240718f9c6d3390f5a111927e
Contents?: true
Size: 422 Bytes
Versions: 58
Compression:
Stored size: 422 Bytes
Contents
{{ $_hugo_config := `{ "version": 1 }` }} {{ $ref := "" }} {{ $target := "" }} {{ with .Get "href" }} {{ $ref = . }} {{ end }} {{ with .Get "target" }} {{ $target = . }} {{ end }} {{ with .Get "relref" }} {{ $ref = relref $ . }} {{ end }} <a {{ with $ref }} href="{{.}}" {{ end }} {{ with $target }} target="{{.}}" {{ end }} class="{{ with .Get "class" }} {{ . }}{{ end }}">{{ with .Get "text" }}{{ . }}{{ end }}</a>
Version data entries
58 entries across 58 versions & 1 rubygems