Sha256: 3717da361c86b9127185a367cefc69dba6902846297c56288f75af4f2980e4d9

Contents?: true

Size: 812 Bytes

Versions: 26

Compression:

Stored size: 812 Bytes

Contents

{% if include.categories != empty %} •
  {% 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 %}
{% endif %}

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

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
jekyll-whiteglass-1.11.7 _includes/category_links.html
jekyll-whiteglass-1.11.6 _includes/category_links.html
jekyll-whiteglass-1.11.5 _includes/category_links.html
jekyll-whiteglass-1.11.3 _includes/category_links.html
jekyll-whiteglass-1.11.2 _includes/category_links.html
jekyll-citoyensbourgbresse-1.12 _includes/category_links.html
jekyll-citoyensbourgbresse-1.11 _includes/category_links.html
jekyll-citoyensbourgbresse-1.1 _includes/category_links.html
jekyll-citoyensbourgbresse-1.0 _includes/category_links.html
jekyll-whiteglass-1.11.1 _includes/category_links.html
jekyll-whiteglass-1.11.0 _includes/category_links.html
jekyll-whiteglass-1.10.4 _includes/category_links.html
jekyll-whiteglass-1.10.3 _includes/category_links.html
jekyll-whiteglass-1.10.2 _includes/category_links.html
jekyll-whiteglass-1.10.1 _includes/category_links.html
jekyll-whiteglass-1.10.0 _includes/category_links.html
jekyll-whiteglass-1.9.1 _includes/category_links.html
jekyll-whiteglass-1.9.0 _includes/category_links.html
jekyll-whiteglass-1.8.2 _includes/category_links.html
jekyll-whiteglass-1.8.1 _includes/category_links.html