Sha256: 26a8e84f48b70829f11c43cd208c57c5aa638051d2c43d9bdce2a245eff8119e

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

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

<script type="text/javascript">
  setInvertedColor('tag-text');
</script>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dark-minima-0.1.1 _includes/tags_cloud.html
dark-minima-0.1.0 _includes/tags_cloud.html