Sha256: 6679a13a6a9de46c983d6757c321fa5379497beed79bbbd2ee1d5a5b3edd32c5

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 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 %}
  {% capture tagcount %}{{ tagitems[2] }}{% endcapture %}
  <a href="/tag/{{ tagname }}"><nobr>#{{ tagname }}</nobr></a><sup>{{ tagcount }}</sup>&nbsp;
{% endfor %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-minimax-0.2.0 _includes/tag_cloud.html