diff options
Diffstat (limited to '')
| -rw-r--r-- | _layouts/post.html | 1 |
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 /> |
