public
Description: My blog.
Homepage: http://al3x.net/
Clone URL: git://github.com/al3x/al3x.github.com.git
al3x.github.com / index.html
100644 14 lines (13 sloc) 0.3 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: default
title: Online Writing
---
<h2 id="intro">The five most recent posts.</h2>
{% for post in site.posts limit:5 %}
  <div class="post">
  {{ post.content }}
  <p class="signoff">
    &mdash;<a href="{{ post.url }}">{{ post.date | date: "%b %d, %Y" }}</a>
  </p>
  </div>
{% endfor %}