summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-04 19:06:39 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-04 19:06:39 +0200
commit47cbff3ca4b0e549fbb63cff0f4a3bbd28da30a6 (patch)
tree559398fc5eaed5c833299b57f6026b71f8723db3
parentadd some stuff (diff)
downloadlumberjaph-47cbff3ca4b0e549fbb63cff0f4a3bbd28da30a6.tar.gz
remove twitter button
Diffstat (limited to '')
-rw-r--r--_layouts/post.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c486529..6abbda8 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -5,7 +5,6 @@ layout: default
<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>
- <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 />