Sha256: 1d3b6204bcaca2e83b6efb3a25464436db6ebfd4bfc27b6bfafb10fd4641fbc2

Contents?: true

Size: 625 Bytes

Versions: 6

Compression:

Stored size: 625 Bytes

Contents

    <div class="catag"> 
      {% for category in page.categories -%}
      {%- unless category=="blog" -%}
      <a class="categories" href="{{ site.blogPath }}category.html#{{ category }}"
	 title="List of posts in the '{{ category }}' category"
	 property="articleSection" content="{{ category }}">{{ category }}</a>
      {% endunless -%}
      {% endfor -%}
      {% for tag in page.tags -%}
      <a class="tags" href="{{ site.blogPath }}tag.html#{{ tag }}"
	 title="List of posts with the '{{ tag }}' tag"
	 property="keywords" content="{{ tag }}">{{ tag }}</a>
      {%- endcomment -%}
      {% endfor -%}
    </div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
structrdfal-0.1.5 _includes/catag-old.html
structrdfal-0.1.4 _includes/catag-old.html
structrdfal-0.1.3 _includes/catag-old.html
structrdfal-0.1.2 _includes/catag-old.html
structrdfal-0.1.1 _includes/catag-old.html
structrdfal-0.1.0 _includes/catag-old.html