Remove Google+

This commit is contained in:
Vincent Tam 2019-06-25 11:24:50 +02:00
parent 07f765675d
commit b9aa300bac
3 changed files with 1 additions and 15 deletions

View File

@ -10,12 +10,6 @@ url = "https://www.facebook.com/%s"
title = "Facebook" title = "Facebook"
icon = "fab fa-facebook" icon = "fab fa-facebook"
[[social_icons]]
id = "googleplus"
url = "https://plus.google.com/%s"
title = "Google+"
icon = "fab fa-google-plus"
[[social_icons]] [[social_icons]]
id = "github" id = "github"
url = "https://github.com/%s" url = "https://github.com/%s"

View File

@ -47,7 +47,6 @@ pygmentsCodefencesGuessSyntax = true
website = "yourwebsite.com" website = "yourwebsite.com"
email = "youremail@domain.com" email = "youremail@domain.com"
facebook = "username" facebook = "username"
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
github = "username" github = "username"
gitlab = "username" gitlab = "username"
bitbucket = "username" bitbucket = "username"

View File

@ -9,13 +9,6 @@
</a> </a>
</li> </li>
<!-- Google Plus -->
<li>
<a href="//plus.google.com/share?url={{ .Permalink }}" target="_blank" title="Share on Google Plus">
<i class="fab fa-google-plus"></i>
</a>
</li>
<!-- Facebook --> <!-- Facebook -->
<li> <li>
<a href="//www.facebook.com/sharer/sharer.php?u={{ .Permalink }}" target="_blank" title="Share on Facebook"> <a href="//www.facebook.com/sharer/sharer.php?u={{ .Permalink }}" target="_blank" title="Share on Facebook">