Sha256: 3162003b2b31c494e83b0bff8e3031b8380b70cd116f65984d072a5cda657142
Contents?: true
Size: 542 Bytes
Versions: 26
Compression:
Stored size: 542 Bytes
Contents
{% assign rawtags = "" %} {% for post in site.posts %} {% assign ttags = post.tags | join:'|' | append:'|' %} {% assign rawtags = rawtags | append:ttags %} {% endfor %} {% assign rawtags = rawtags | split:'|' | sort %} {% assign site.tags = "" %} {% for tag in rawtags %} {% if tag != "" %} {% if tags == "" %} {% assign tags = tag | split:'|' %} {% endif %} {% unless tags contains tag %} {% assign tags = tags | join:'|' | append:'|' | append:tag | split:'|' %} {% endunless %} {% endif %} {% endfor %}
Version data entries
26 entries across 26 versions & 1 rubygems