summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@gmail.com>2012-01-02 13:13:39 -0800
committerfranck cuny <franck.cuny@gmail.com>2012-01-02 13:13:39 -0800
commit2c342ad12e2e4db8c5c88d6ec8290ba66169dfbf (patch)
treef8fcc82d917d0ed2aefb45e14d0eca04a401d1a1 /index.html
parentfix first_post (diff)
downloadlumberjaph-2c342ad12e2e4db8c5c88d6ec8290ba66169dfbf.tar.gz
moare fixes
Diffstat (limited to '')
-rw-r--r--index.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/index.html b/index.html
index dd5b245..0873e88 100644
--- a/index.html
+++ b/index.html
@@ -5,17 +5,13 @@ 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="{{ first_post.url }}" rel="bookmark" title="{{
- first_post.title }}">{{ first_post.title }}</a></span>
+ <span id="gplus"><g:plusone size="medium" annotation="none"></g:plusone></span>
+ <span id="actual_title"><a href="{{ first_post.url }}" rel="bookmark" title="{{ first_post.title }}">{{ first_post.title }}</a></span>
</h2>
- <span id="date">published <time datetime="{{ first_post.date }}"
- pubdate>{{ first_post.date | date_to_string }}</time></span>
+ <span id="date">published <time datetime="{{ first_post.date }}" pubdate>{{ first_post.date | date_to_string }}</time></span>
+
+ <article>{{ first_post.content }}</article>
- <article>
- {{ first_post.content }}
- </article>
<a id="more" href="{{ first_post.url }}#disqus">Comments &raquo;</a>
</div>