Sha256: a0307efe7e6a6a50b1d94be2ff6e843c712483802f8fb67a3d47a192c2640310

Contents?: true

Size: 381 Bytes

Versions: 13

Compression:

Stored size: 381 Bytes

Contents

            {% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
            <div id="#{{ tag_name | slugize }}"></div>
            <li class="tag-head">
                <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
            </li>
            <a name="{{ tag_name | slugize }}"></a>

            {% endfor %}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
jekyll-theme-developer-0.4.2 _includes/blog_categories.html
jekyll-theme-developer-0.4.1 _includes/blog_categories.html
devlopr-0.4.1 _includes/blog_categories.html
devlopr-0.4.0 _includes/blog_categories.html
devlopr-0.3.9 _includes/blog_categories.html
devlopr-0.3.8 _includes/blog_categories.html
devlopr-0.3.7 _includes/blog_categories.html
devlopr-0.3.6 _includes/blog_categories.html
devlopr-0.3.5 _includes/blog_categories.html
devlopr-0.3.4 _includes/blog_categories.html
devlopr-0.3.3 _includes/blog_categories.html
devlopr-0.3.2 _includes/blog_categories.html
devlopr-0.3.1 _includes/blog_categories.html