summaryrefslogtreecommitdiff
path: root/index.html
blob: 1c024b94f67558134634b1a8f87c316a58211c3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: default
title: I'm a lumberjaph
---
{% assign first_post = site.posts.first %}
<div id="post">
  <h2 id="post_title"><a href="{{ first_post.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a><span id="date"><g:plusone size="small"></g:plusone>published <time datetime="{{ first_post.date }}" pubdate>{{ first_post.date | date_to_string }}</time></span></h2>
  <article>
  {{ first_post.content }}
  </article>
  <a id="more" href="{{ first_post.url }}#disqus">Comments &raquo;</a>
</div>