Merge pull request #73 from oshliaer/fix_social_links_gplus
fix google plus social link. It doesn't work with `www`
This commit is contained in:
commit
083f556b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ icon = "fa-facebook"
|
|||
|
||||
[[social_icons]]
|
||||
id = "googleplus"
|
||||
url = "https://www.plus.google.com/%s"
|
||||
url = "https://plus.google.com/%s"
|
||||
title = "Google+"
|
||||
icon = "fa-google-plus"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue