Sha256: a6fb586ac2bd9a8f43cc463407e45e502a7680dd66c922c41c4135f9115ae416

Contents?: true

Size: 360 Bytes

Versions: 3

Compression:

Stored size: 360 Bytes

Contents

---
layout: default
---

<h1>Archive of posts from {{ page.date | date: "%Y" }}</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>

Version data entries

3 entries across 3 versions & 1 rubygems

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