diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-07-02 09:52:38 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-07-02 09:52:38 +0200 |
| commit | 7b40681fa688bfb1706bd8175dd7b203bee02b14 (patch) | |
| tree | a530e322aa325f5468443dd1d089e86c73fe3180 | |
| parent | small button, before date (diff) | |
| download | lumberjaph-7b40681fa688bfb1706bd8175dd7b203bee02b14.tar.gz | |
add +1 to home page
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ 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">published <time datetime="{{ first_post.date }}" pubdate>{{ first_post.date | date_to_string }}</time></span></h2> + <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> |
