Sha256: 9deb13fbdbd8606863f877f4839f5bb4d56b8b9c390a20c5690030a1ed8eac5b

Contents?: true

Size: 334 Bytes

Versions: 7

Compression:

Stored size: 334 Bytes

Contents

<div class="tags-bar">
{% assign tags = page.tags | sort %}
{% for tag in tags %}
  <span class="site-tag">
    <a class="site-tag-text" href="{{ site.baseurl }}/tags/{{ tag | slugify }}.html">{{ tag | replace:'-', ' ' }}</a>
  </span>
{% endfor %}
</div>
<script type="text/javascript">
  setInvertedColor('site-tag-text');
</script>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
minima-rock-0.9.3 _includes/tags_bar.html
minima-rock-0.8.2 _includes/tags_bar.html
minima-rock-0.8.1 _includes/tags_bar.html
minima-rock-0.8.0 _includes/tags_bar.html
minima-rock-0.7.3 _includes/tags_bar.html
minima-rock-0.7.2 _includes/tags_bar.html
minima-rock-0.7.1 _includes/tags_bar.html