blob: b1093d82a9d96d61a14e2f04e72f4574332a4f6c (
plain) (
tree)
|
|
---
title: lumberjaph.net
layout: default
---
{% for post in site.posts limit:1 %}
<header>
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
</header>
<section>
<div id="entry"> {{ post.content }} </div>
</section>
{% endfor %}
|