Sha256: 63c5fad97779c50115d24f2f7f1b8f983d2f0c12037a0074f62cc6e76385e712

Contents?: true

Size: 345 Bytes

Versions: 5

Compression:

Stored size: 345 Bytes

Contents

---
layout: page
title: Posts
permalink: posts
---

<ul class="feed">
    {% for post in site.posts %}
    <li class="feed-item">
    	<p class="feed-item__date"><time>{{ post.date | date: "%Y-%m-%d"}}</time></p>
    	<h1 class="feed-item__title"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
    </li>
    {% endfor %}
</ul>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arrow-jekyll-theme-0.1.6 posts.md
arrow-jekyll-theme-0.1.5 posts.md
arrow-jekyll-theme-0.1.4 posts.md
arrow-jekyll-theme-0.1.3 posts.md
arrow-jekyll-theme-0.1.2 posts.md