blob: 9d3389f1356abb33b375d8e4efd02b81a4da8537 (
plain) (
tree)
|
|
---
layout: default
title: Archives
---
<div id="content">
<div id="page">
<h1>Archives</h1>
{% for post in site.posts %}
<h2><a href="{{ post.url }}">{{ post.title }}</a> <abbr>{{ post.date | date_to_string }}</abbr></h2>
{% endfor %}
</div>
</div>
|