brouilleursdeblanc/articles.html

13 lines
401 B
HTML
Raw Normal View History

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