Sha256: c2208f120e8af0fc5c3b024371452146ab7a63866f93d5158975def436e0dc98

Contents?: true

Size: 736 Bytes

Versions: 5

Compression:

Stored size: 736 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">
  {{ categories | append: "&nbsp;&middot;&nbsp;" }}<time datetime="{{ page.date | date_to_xmlschema }}" class="time">{{ page.date | date_to_string }}</time>
</small>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alembic-jekyll-theme-3.0.4 _includes/post-meta.html
alembic-jekyll-theme-3.0.3 _includes/post-meta.html
alembic-jekyll-theme-3.0.2 _includes/post-meta.html
alembic-jekyll-theme-3.0.1 _includes/post-meta.html
alembic-jekyll-theme-3.0.0 _includes/post-meta.html