blob: 7d522b23b46b6a7f07f87ae03ee7e7f82f0453a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
layout: default
title: I'm a lumberjaph
---
{% assign first_post = site.posts.first %}
<div id="content">
<div id="page">
<h1 class="emphnext">
<a href="{{ first_post.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a>
<span class="post-date">{{ first_post.date | date_to_string }}<span>
</h1>
<article>{{ first_post.content }}</article>
</div>
</div>
|