Sha256: 2472f72bf528eac4a60ddd2ccacee2ef7981be5dccba9eecc43c5c03e863073c
Contents?: true
Size: 754 Bytes
Versions: 44
Compression:
Stored size: 754 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
44 entries across 44 versions & 2 rubygems