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