summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck.cuny@gmail.com>2012-01-02 13:06:49 -0800
committerfranck cuny <franck.cuny@gmail.com>2012-01-02 13:06:49 -0800
commit0101b74de686674312850d2c6528b99382f609a5 (patch)
tree427d2eee7d93dea4671928a0c9ec60fd4af1f765
parentrefresh the design and update the about section (diff)
downloadlumberjaph-0101b74de686674312850d2c6528b99382f609a5.tar.gz
update index
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1c024b9..42616e4 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,12 @@ 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>
+ <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>