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:
Michael Romero 2017-07-03 02:50:27 -07:00 committed by GitHub
commit 083f556b7a

View file

@ -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"