diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-07-06 11:35:35 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-07-06 11:35:35 -0400 |
commit | a20da5f048516ace0450e604e3fabb8c2a91e1a9 (patch) | |
tree | 08049b5b2dd6a28f04c26fbf00a793ed2b73178a /_layouts/post.html | |
parent | c7f4411ae0c05332284deb0645928f1efcdaaaf0 (diff) |
Enhance tumblr share
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 07d5e4f..2094b11 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,7 +21,7 @@ layout: master '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-googleplus"></span></a> <!-- Tumblr --> - <a href="https://tumblr.com/share/" onclick="window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-tumblr"></span></a> + <a href="https://tumblr.com/share?s=&v=3&t={{ page.title | cgi_escape }}&u=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}" onclick="window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-tumblr"></span></a> </div> |