Sha256: 004c21a8c88e77e0e11c97377ed8f7d7c8fe4891f493023d736a8e7c9be9ff66

Contents?: true

Size: 808 Bytes

Versions: 20

Compression:

Stored size: 808 Bytes

Contents

{% if tags_list.first[0] == null %}
    {% for tag in tags_list %}
        {% assign actual_tag_name = tag | replace:' ',' ' %}
        <li>
            <a href="{{ site.paths.tags | relative_url }}#{{ actual_tag_name | replace:' ','-' | replace:'#','sharp' }}" title="{{ actual_tag_name }}">{{ actual_tag_name }} <span>{{ site.tags[actual_tag_name].size }}</span></a>
        </li>
    {% endfor %}
{% else %}
    {% for tag in tags_list %}
        {% assign actual_tag_name = tag[0] | replace:'&#32;',' ' %}
        <li>
            <a href="{{ site.paths.tags | relative_url }}#{{ actual_tag_name | replace:' ','-' | replace:'#','sharp' }}" title="{{ actual_tag_name }}">{{ actual_tag_name }} <span>{{ tag[1].size }}</span></a>
        </li>
    {% endfor %}
{% endif %}

{% assign tags_list = nil %}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
jekyll-theme-simple-texture-0.5.3 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.5.2 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.5.1 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.5.0 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.4.0 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.3.6 _includes/tags_list.html
jekyll-theme-simple-texture-0.3.5 _includes/tags_list.html
jekyll-theme-simple-texture-0.3.4 _includes/tags_list.html
jekyll-theme-simple-texture-0.3.3 _includes/helpers/tags_list.html
jekyll-theme-simple-texture-0.3.2 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.3.1 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.3.0 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.2.3 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.2.2 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.2.1 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.1.8 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.1.7 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.1.6 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.1.5 _includes/helpers/tags_list
jekyll-theme-simple-texture-0.1.4 _includes/helpers/tags_list