Sha256: 5c57de7365fda88ff4445d3159ba2632643937bf0232e13f5070055060f455e5

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

<div class="tag-cloud">
  {% assign tags = site.tags | sort %}
  {% for tag in tags %}
    <span class="site-tag">
      <a href="/tag/{{ tag | first | slugify }}/"
          style="font-size: {{ tag | last | size  |  times: 4 | plus: 80  }}%">
              {{ tag[0] | replace:'-', ' ' }} 
      </a><sup>{{ tag | last | size }}</sup>
    </span>&nbsp;
  {% endfor %}
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-minimax-0.6.0 _includes/tag_cloud.html
jekyll-theme-minimax-0.5.0 _includes/tag_cloud.html
jekyll-theme-minimax-0.4.1 _includes/tag_cloud.html
jekyll-theme-minimax-0.4.0 _includes/tag_cloud.html