0c89c9f1eaa17a9c682696edb3c05fa3374b47df
[web.git] / ralf / blog / archive.html
1 ---
2 title: Archive
3 layout: default
4 rss: true
5 sort: 1
6 hide: true
7 ---
8
9 <header class="title">
10 <h1>{{ site.blog.title }}</h1>
11 </header>
12
13 <p>Here you can find direct links to all my blog posts.</p>
14
15   <ul class="post-list">
16     {% for post in site.posts %}
17       <li>
18         <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
19         &raquo;
20         <a class="post-link" href="{{ post.url }}">{{ post.title }}</a>
21       </li>
22     {% endfor %}
23   </ul>