Sha256: ff9cfdb0aa383650457ce6a8907794c6e8b847bab7429f2415a0e56e3fcbd9f5
Contents?: true
Size: 457 Bytes
Versions: 24
Compression:
Stored size: 457 Bytes
Contents
{% capture temptags %} {% for tag in site.tags %} {{ tag[1].size | plus: 1000 }}#{{ tag[0] }}#{{ tag[1].size }} {% endfor %} {% endcapture %} {% assign sortedtemptags = temptags | split:" " | sort | reverse %} {% for temptag in sortedtemptags %} {% assign tagitems = temptag | split: '#' %} {% capture tagname %}{{ tagitems[1] }}{% endcapture %} <div class="metaTag"> <a href="/tag/{{ tagname }}">{{ tagname }}</a> </div> {% endfor %}
Version data entries
24 entries across 24 versions & 1 rubygems