Sha256: c85732f18b0a515fcf3c52dfd1d6b668e1096a0f957fcb882b701ba0430e7de4
Contents?: true
Size: 885 Bytes
Versions: 8
Compression:
Stored size: 885 Bytes
Contents
--- layout: default --- {% capture tags %} {% for tag in site.tags %} {{ tag[0] }} {% endfor %} {% endcapture %} {% assign sortedtags = tags | split:' ' | sort %} <div class="k-container"> <div class="k-posts-list"></div> {% for tag in sortedtags %} {% assign index = site.tags[tag] | size %} {% assign fontsize = 14 %} {% assign color = 125 %} {% for i in (1..index) %} {% capture fontsize %}{{fontsize | plus:1.5}}{% endcapture %} {% endfor %} {% for i in (1..index) %} {% capture color %}{{ color | minus :15}}{% endcapture %} {% endfor %} <a id="{{ tag }}" class="k-tagcloud mdui-ripple mdui-hoverable" style="font-size:{{fontsize}}px;color:rgb({{color}},{{color}},{{color}})">{{ tag }}</a> {% endfor %} <div class="mdui-row"> <div class="mdui-col-sm-12"> <div id="taglist"></div> </div> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems