al3x / al3x.github.com

My blog.

This URL has Read+Write access

al3x.github.com / archive.html
100644 15 lines (14 sloc) 0.313 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: noad
title: Archive
---
<h2 id="intro">The list of all {{ site.posts.size }} archived posts.</h2>
 
<div class="post">
  <ul>
  {% for post in site.posts %}
    <li>
      {{ post.date | date: "%b %d, %Y" }} &mdash; <a href="{{ post.url }}">{{ post.title }}</a>
    </li>
  {% endfor %}
  </ul>
</div>