brouilleursdeblanc/articles/index.md

13 lines
487 B
Markdown
Raw Permalink Normal View History

2013-06-25 20:19:49 +00:00
---
layout: page
2015-05-03 20:24:01 +00:00
title: Expositions
excerpt: "Expositions passées et futures."
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>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt }}</span>{% endif %}</a></article></li>
{% endfor %}
2013-06-25 20:19:49 +00:00
</ul>