summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-30 18:29:55 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-30 18:29:55 +0200
commit97659bb92dcae38a9060be4240e179744d6da42a (patch)
tree1ac57efb00f3517e79c3951163c47e19dea347b0
parentadd screenshot (diff)
downloadlumberjaph-97659bb92dcae38a9060be4240e179744d6da42a.tar.gz
add twitter count
Diffstat (limited to '')
-rw-r--r--_layouts/post.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 1760051..c486529 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,7 +4,8 @@ layout: default
<div id="post">
<h2><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h2>
<article>
- <div id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></div>
+ <div id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></div>
+ <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="franckcuny">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
{{ content }}
</article>
<hr />