2013-06-25 20:19:49 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
title: Latest Posts
|
|
|
|
description: "A simple and clean responsive Jekyll theme for words and photos."
|
|
|
|
tags: [Jekyll, theme, themes, responsive, blog, minimalism]
|
|
|
|
---
|
|
|
|
|
|
|
|
<ul class="post-list">
|
2013-07-22 03:37:25 +00:00
|
|
|
{% for post in site.posts limit:10 %}
|
2013-07-29 19:43:45 +00:00
|
|
|
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %d, %Y" }}</time></span></a></article></li>
|
2013-07-22 03:37:25 +00:00
|
|
|
{% endfor %}
|
|
|
|
</ul>
|