Sha256: e077e708f4dfda22492d39190111d43a012df767177728a9013dcb4fbb09a561
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 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 }}.html" style="font-size: {{ tag | last | size | times: 4 | plus: 80 }}%"> {{ tag[0] | replace:'-', ' ' }} </a><sup>{{ tag | last | size }}</sup> </span> {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-minimax-0.7.0 | _includes/tag_cloud.html |
jekyll-theme-minimax-0.6.1 | _includes/tag_cloud.html |