Sha256: a1041ef34432ab2972e8252cf25a31f91503ba33ec65bc0ea723a8aaddd73862

Contents?: true

Size: 493 Bytes

Versions: 25

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

25 entries across 25 versions & 1 rubygems

Version Path
termina-plex-0.1.8 _includes/category-archive.html
termina-plex-0.1.7 _includes/category-archive.html
termina-plex-0.1.6 _includes/category-archive.html
termina-plex-0.1.5.2 _includes/category-archive.html
termina-plex-0.1.5 _includes/category-archive.html