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-17 02:06:26 +00:00
|
|
|
<li><article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost"><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%B %d, %Y" }}</time></span></a></article></li>
|
2013-07-22 03:37:25 +00:00
|
|
|
{% endfor %}
|
|
|
|
</ul>
|