diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-12-22 21:43:59 -0500 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-12-22 21:43:59 -0500 |
commit | a2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (patch) | |
tree | e5d4305522ff044257148facc70231906cfa09d7 /_layouts/post.html | |
parent | c1204b0ec508038a6799b594802477ce21c409de (diff) | |
parent | ced87d4c3a3331012c93a7a92c2788023dbe6c30 (diff) |
Merge pull request #1 from benburwell/a-new-look
Some new styles
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 2094b11..be602fb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,25 +6,6 @@ layout: master <h1>{{ page.title }}</h1> - <div class="social-buttons"> - - <!-- Twitter --> - <a href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}&text={{ page.title }}" onclick="window.open(this.href, - '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-twitter"></span></a> - - <!-- Facebook --> - <a href="https://www.facebook.com/sharer/sharer.php?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-facebook"></span></a> - - <!-- Google Plus --> - <a href="https://plus.google.com/share?url=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-googleplus"></span></a> - - <!-- Tumblr --> - <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> - <div class="date">{{ page.date | date: "%A, %-d %B %Y" }}</div> {{ content }} |