Sha256: a07059007be00f809748f38c876c6d7496f7fdf712eaf76b707d68df725bbc69
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
{% capture tempcategories %} {% for category in site.categories %} {{ category[1].size | plus: 1000 }}#{{ category[0] }}#{{ category[1].size }} {% endfor %} {% endcapture %} {% assign sortedtempcategories = tempcategories | split:' ' | sort | reverse %} <ul> {% for tempcategory in sortedtempcategories %} {% assign categoryitems = tempcategory | split: '#' %} {% capture categoryname %}{{ categoryitems[1] }}{% endcapture %} <li><a href="/category/{{ categoryname }}"><nobr>{{ categoryname }}</nobr></a></li> {% endfor %} </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-minimax-0.2.0 | _includes/category_cloud.html |