Sha256: 2041c51c93194d6c0983da1b2ae501ba1a5caa645abf8a605ad6b0c944c99785
Contents?: true
Size: 775 Bytes
Versions: 3
Compression:
Stored size: 775 Bytes
Contents
{%- comment %} include.list will either be page or post depending on whether post.html or blogList.html is calling {%- endcomment -%} <div class="catag"> {% for category in include.list.categories -%} {%- unless category=="blog" -%} <a class="categories" href="{{ site.blogPath }}categories/{{ category | slugify }}" title="List of posts in the '{{ category }}' category" property="articleSection" content="{{ category }}">{{ category }}</a> {% endunless -%} {% endfor -%} {% for tag in include.list.tags -%} <a class="tags" href="{{ site.blogPath }}tags/{{ tag | slugify }}" title="List of posts with the '{{ tag }}' tag" property="keywords" content="{{ tag }}">{{ tag }}</a> {% endfor -%} </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
structrdfal-0.1.2 | _includes/catag.html |
structrdfal-0.1.1 | _includes/catag.html |
structrdfal-0.1.0 | _includes/catag.html |