Sha256: f01e388f52f7f803de44c9c5ae203833a5fb079e7b0e47403dad9414cb2717bf

Contents?: true

Size: 723 Bytes

Versions: 20

Compression:

Stored size: 723 Bytes

Contents

{% if categories_list.first[0] == null %}
    {% for category in categories_list %} 
        <li>
            <a href="{{ site.paths.categories | relative_url }}#{{ category | replace:' ','-' }}" title="{{ category | join: "/" }}">
            {{ category | join: "/" }} <span>{{ site.categories[category].size }}</span></a>
        </li>
    {% endfor %}
{% else %}
    {% for category in categories_list %} 
        <li>
            <a href="{{ site.paths.categories | relative_url }}#{{ category[0] | replace:' ','-' }}" title="{{ category[0] | join: "/" }}">
            {{ category[0] | join: "/" }} <span>{{ category[1].size }}</span></a>
        </li>
    {% endfor %}
{% endif %}

{% assign categories_list = nil %}

Version data entries

20 entries across 20 versions & 1 rubygems

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