Sha256: ff9cfdb0aa383650457ce6a8907794c6e8b847bab7429f2415a0e56e3fcbd9f5

Contents?: true

Size: 457 Bytes

Versions: 25

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

25 entries across 25 versions & 1 rubygems

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