blob: b57082ec4e038465ff38e95ad40457fa486550ed (
plain) (
tree)
|
|
---
layout: default
title: I'm a lumberjaph
---
<h2>writing</h2>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<span class="date">{{ post.date | date_to_string }}</span>
</li>
{% endfor %}
</ul>
<hr/>
<footer>
<span>I sleep all night and I work all day.</span><br/>
</footer>
|