Sha256: 8dc6bdc9ae26159ede0fdbbfd955096c93ee98b7206e851619c845d2b9439848

Contents?: true

Size: 350 Bytes

Versions: 9

Compression:

Stored size: 350 Bytes

Contents

{% for category in include.categories %}
  {% assign no_comma = forloop.last %}
  {% for archive in site.archives %}
    {% if archive.type == "category" and archive.title == category %}
      <a href="{{ archive.url | relative_url }}">{{ archive.title | escape }}</a>{% unless no_comma %},{% endunless %}
    {% endif %}
  {% endfor %}
{% endfor %}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-whiteglass-1.4.2 _includes/category_links.html
jekyll-whiteglass-1.4.1 _includes/category_links.html
jekyll-whiteglass-1.4.0 _includes/category_links.html
jekyll-whiteglass-1.3.0 _includes/category_links.html
jekyll-whiteglass-1.2.1 _includes/category_links.html
jekyll-whiteglass-1.2.0 _includes/category_links.html
jekyll-whiteglass-1.1.0 _includes/category_links.html
jekyll-whiteglass-1.0.1 _includes/category_links.html
jekyll-whiteglass-1.0.0 _includes/category_links.html