blob: 332140abc096002c1dcbfee92188af5499c21269 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: default
title: I'm a lumberjaph
---
{% assign first_post = site.posts.first %}
<div id="post">
<h2><a href="{{ first_post.url }}">{{ first_post.title }}</a></h2>
<div id="date">published {{ first_post.date | date_to_string }}</div>
{{ first_post.content }}
<a id="more" href="{{ first_post.url }}#disqus">Comments »</a>
</div>
|