summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@gmail.com>2012-01-02 13:09:08 -0800
committerfranck cuny <franck.cuny@gmail.com>2012-01-02 13:09:08 -0800
commit1f5822671426c4ad4cf3909cbeed14ab288c7443 (patch)
treea930425d75464ddbc94d3199323f6389b92c381b
parentupdate index (diff)
downloadlumberjaph-1f5822671426c4ad4cf3909cbeed14ab288c7443.tar.gz
fix first_post
-rw-r--r--index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.html b/index.html
index 42616e4..dd5b245 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,14 @@ 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>
+ <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="{{ page.date }}" pubdate>{{ page.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 }}