Sha256: 288ce529e7f6ec0268ff99ca3e3bc9365d475dc2580153763ac92ccdad73d5bb

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

---
layout: default
---

<h1>Archive of posts with {{ page.type }} '{{ page.title }}'</h1>
<ul class="posts">
  {% for post in page.posts %}
    <li>
      <span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
      <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
    </li>
  {% endfor %}
</ul>

{{ content }}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-ink-0.1.2 _layouts/category.html
jekyll-theme-ink-0.1.1 _layouts/category.html
jekyll-theme-ink-0.1.0 _layouts/category.html