Skip to content

Commit

Permalink
Remove Google Plus sharing button for posts
Browse files Browse the repository at this point in the history
Google Plus doesn't live anymore.

Signed-off-by: utzcoz <[email protected]>
  • Loading branch information
utzcoz committed Dec 2, 2023
1 parent e687959 commit 8121bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
Share &rarr;
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter"><i class="fa fa-twitter"></i> Twitter</a>
| <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"><i class="fa fa-facebook"></i> Facebook</a>
| <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Google+"><i class="fa fa-google-plus"></i> Google+</a>
</div>

{% if site.disqus.shortname %}
Expand Down

0 comments on commit 8121bb3

Please sign in to comment.