Skip to content

Commit

Permalink
Removing Google Plus
Browse files Browse the repository at this point in the history
Removing Google Plus from the post footer.
  • Loading branch information
jonathan-fries committed Aug 20, 2019
1 parent 25e1a95 commit 9c173b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion partials/post_footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<ul class="share left">
<li><a href="http://twitter.com/share?text={{encode title}}&url={{url absolute="true"}}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" class="smallbutton lightgray"><i class="fa fa-twitter"></i>Twitter</a></li>
<li><a href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;" class="smallbutton lightgray"><i class="fa fa-facebook"></i>Facebook</a></li>
<li><a href="https://plus.google.com/share?url={{url absolute="true"}}" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;" class="smallbutton lightgray"><i class="fa fa-google-plus"></i>Google+</a></li>
</ul>
{{#if tags}}
<ul class="tags right">
Expand Down

0 comments on commit 9c173b6

Please sign in to comment.