Sha256: 7bda4fd0aacb1b77ae98777a72808afe08520ea2b0b9a6762a5b521a68bae577
Contents?: true
Size: 807 Bytes
Versions: 13
Compression:
Stored size: 807 Bytes
Contents
{% if page.categories %} {% capture categories %} {% for category in page.categories %} <span class="label label--category"><a href="{{ site.baseurl }}/categories/#{{ category | downcase }}">{{ category }}</a></span>{% if forloop.last == false %},{% endif %} {% endfor %} {% endcapture %} {% elsif page.category %} {% capture categories %} <span class="label label--category"><a href="{{ site.baseurl }}/categories/#{{ page.category | downcase }}">{{ page.category }}</a></span> {% endcapture %} {% endif %} <small class="small post-meta"> {% assign date_format = site.date_format | default: "%d %b %Y" %} {{ categories | append: " · " }}<time datetime="{{ page.date | date_to_xmlschema }}" class="time">{{ page.date | date: date_format }}</time> </small>
Version data entries
13 entries across 13 versions & 1 rubygems