Sha256: a1041ef34432ab2972e8252cf25a31f91503ba33ec65bc0ea723a8aaddd73862
Contents?: true
Size: 493 Bytes
Versions: 24
Compression:
Stored size: 493 Bytes
Contents
{% capture tempcats %} {% for category in site.categories %} {{ category[1].size | plus: 1000 }}#{{ category[0] }}#{{ category[1].size }} {% endfor %} {% endcapture %} {% assign sortedtempcats = tempcats | split:" " | sort | reverse %} {% for tempcat in sortedtempcats %} {% assign catitems = tempcat | split: '#' %} {% capture catname %}{{ catitems[1] }}{% endcapture %} <div class="metaCategory"> <a href="/category/{{ catname }}">{{ catname }}</a> </div> {% endfor %}
Version data entries
24 entries across 24 versions & 1 rubygems