summaryrefslogtreecommitdiff
path: root/index.html
blob: 42616e4dfd49b873cc0b98e498e838190af88c42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
title: I'm a lumberjaph
---
{% assign first_post = site.posts.first %}
<div id="post">
    <h2 id="post_title">
        <span id="gplus"><g:plusone size="medium" annotation="none"></g:plusone></span><span id="actual_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></span>
    </h2>

    <span id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span>

  <article>
  {{ first_post.content }}
  </article>
  <a id="more" href="{{ first_post.url }}#disqus">Comments &raquo;</a>
</div>