Sha256: 519dba232a6d44a31c6bcf3f59ad1de81db2c777ce86ab501c2ca3f7cbeeaa54
Contents?: true
Size: 795 Bytes
Versions: 3
Compression:
Stored size: 795 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: 'pretty' }}" 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: 'pretty' }}" 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.5 | _includes/catag.html |
structrdfal-0.1.4 | _includes/catag.html |
structrdfal-0.1.3 | _includes/catag.html |