R.I.P. Google Plus (#501)
Signed-off-by: Yu-Chen Lin <npes87184@gmail.com>
This commit is contained in:
parent
507d4ec15c
commit
2aaa2c8475
@ -77,7 +77,6 @@ social-network-links:
|
|||||||
github: daattali
|
github: daattali
|
||||||
twitter: daattali
|
twitter: daattali
|
||||||
# reddit: yourname
|
# reddit: yourname
|
||||||
# google-plus: +DeanAttali
|
|
||||||
# linkedin: daattali
|
# linkedin: daattali
|
||||||
# xing: yourname
|
# xing: yourname
|
||||||
# stackoverflow: "3943160/daattali"
|
# stackoverflow: "3943160/daattali"
|
||||||
@ -94,7 +93,6 @@ social-network-links:
|
|||||||
share-links-active:
|
share-links-active:
|
||||||
twitter: true
|
twitter: true
|
||||||
facebook: true
|
facebook: true
|
||||||
google: false
|
|
||||||
linkedin: true
|
linkedin: true
|
||||||
|
|
||||||
# How to display the link to the website in the footer
|
# How to display the link to the website in the footer
|
||||||
|
@ -26,11 +26,6 @@ reddit:
|
|||||||
baseURL: "https://reddit.com/u/"
|
baseURL: "https://reddit.com/u/"
|
||||||
icon: "fa-reddit"
|
icon: "fa-reddit"
|
||||||
|
|
||||||
google-plus:
|
|
||||||
name: "Google+"
|
|
||||||
baseURL: "https://plus.google.com/"
|
|
||||||
icon: "fa-google-plus"
|
|
||||||
|
|
||||||
email:
|
email:
|
||||||
name: "Email me"
|
name: "Email me"
|
||||||
baseURL: "mailto:"
|
baseURL: "mailto:"
|
||||||
|
@ -28,15 +28,6 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if site.share-links-active.google %}
|
|
||||||
<!--- Share on Google Plus -->
|
|
||||||
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}"
|
|
||||||
class="btn btn-social-icon btn-google" title="Share on Google+">
|
|
||||||
<span class="fa fa-fw fa-google-plus" aria-hidden="true"></span>
|
|
||||||
<span class="sr-only">Google+</span>
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if site.share-links-active.linkedin %}
|
{% if site.share-links-active.linkedin %}
|
||||||
<!--- Share on LinkedIn -->
|
<!--- Share on LinkedIn -->
|
||||||
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ page.url }}"
|
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ page.url }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user