brouilleursdeblanc/articles.html

13 lines
507 B
HTML
Raw Normal View History

2013-06-25 20:19:49 +00:00
---
layout: page
permalink: /articles/index.html
title: Articles
description: "An archive of posts sorted by date."
---
<ul class="post-list">
{% for post in site.posts %}
<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>
{% endfor %}
2013-06-25 20:19:49 +00:00
</ul>