Sha256: 58edae4ec7b3111828f7779fab1a00796efe0015a55b0cf2cfddb6b88fb3a018

Contents?: true

Size: 243 Bytes

Versions: 3

Compression:

Stored size: 243 Bytes

Contents

{%- assign li_item = include.item -%}

<li>
  <a href="{{ li_item.url | relative_url }}">{{ li_item.title }}</a>
  <p class="font-italic text-muted">
    {{ li_item.date | date_to_string }} | {{ li_item.categories | join: ', ' }}
  </p>
</li>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lone-wolf-theme-1.2.0 _includes/archive-single.html
lone-wolf-theme-1.1.1 _includes/archive-single.html
lone-wolf-theme-1.1.0 _includes/archive-single.html