brouilleursdeblanc/articles/index.md

13 lines
417 B
Markdown
Raw Normal View History

2013-06-25 20:19:49 +00:00
---
layout: page
title: Sample Articles
excerpt: "An archive of articles sorted by date."
search_omit: true
2013-06-25 20:19:49 +00:00
---
<ul class="post-list">
{% for post in site.categories.articles %}
<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>