summaryrefslogtreecommitdiff
path: root/index.html
blob: b57082ec4e038465ff38e95ad40457fa486550ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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>