summaryrefslogblamecommitdiff
path: root/archives.html
blob: 9d3389f1356abb33b375d8e4efd02b81a4da8537 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



               






                                                                                                        
      
---
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>