Skip to content

Commit

Permalink
#165 Remove google plus icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Jun 18, 2019
1 parent c21eea9 commit 1af2b03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ theme_settings:
share_buttons:
facebook: true
twitter: true
google_plus: true
tumblr:
pinterest:
pocket:
Expand Down
9 changes: 1 addition & 8 deletions _includes/share_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
<span class="sr-only">{{ site.theme_settings.str_tweet }}</span>
</a>
</li>
{% endif %} {% if site.theme_settings.share_buttons.google_plus %}
<li>
<a href="https://plus.google.com/share?url={{ page.url | absolute_url }}" target="_blank" title="{{ site.theme_settings.str_share_on }} Google+">
<i class="fa fa-google-plus-square fa-2x" aria-hidden="true"></i>
<span class="sr-only">{{ site.theme_settings.str_share_on }} Google+</span>
</a>
</li>
{% endif %} {% if site.theme_settings.share_buttons.tumblr %}
<li>
<a href="http://www.tumblr.com/share?v=3&u={{ page.url | absolute_url }}&quote={{ page.title | url_encode }}%20%7C%20{{ site.title | url_encode }}&s=" target="_blank" title="{{ site.theme_settings.str_share_on }} Tumblr">
Expand Down Expand Up @@ -73,4 +66,4 @@
</li>
{% endif %}
</ul>
</div>
</div>

0 comments on commit 1af2b03

Please sign in to comment.