Sha256: 0f0969c28c36ca58c344c6c28330f0c8f1d77bdcbdb50dee0498815c9b3a5be6
Contents?: true
Size: 286 Bytes
Versions: 7
Compression:
Stored size: 286 Bytes
Contents
{% assign split_mark = '<|>' %} {% assign tags = '' %} {% for tag in site.tags %} {% assign name = tag | first %} {% assign tags = tags | append: split_mark | append: name %} {% endfor %} {% assign return = tags | remove_first: split_mark | split: split_mark | sort: self %}
Version data entries
7 entries across 7 versions & 1 rubygems