From 8df131a5211e65cdfca0a4b7969ce74f6264deb7 Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Sun, 2 Jul 2017 18:21:31 +0300 Subject: [PATCH] fix google plus social link. It doesn't work with `www` --- data/beautifulhugo/social.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml index de9b747..277bd78 100644 --- a/data/beautifulhugo/social.toml +++ b/data/beautifulhugo/social.toml @@ -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"