From 205da237b2ec2e32727040dc31a5a8f86cd4166c Mon Sep 17 00:00:00 2001 From: vimux Date: Fri, 30 Nov 2018 15:39:14 -0500 Subject: [PATCH] Remove Google Plus social and share links Google is closing Google Plus for consumers in August 2019. RIP Google+ --- README.md | 2 -- layouts/partials/footer_social.html | 5 ----- layouts/partials/post_share.html | 5 ----- layouts/partials/svg/googleplus.svg | 1 - 4 files changed, 13 deletions(-) delete mode 100644 layouts/partials/svg/googleplus.svg diff --git a/README.md b/README.md index 5ffc4c7..e9038a7 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,6 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id facebook = "username" twitter = "username" telegram = "username" - googleplus = "profileid" instagram = "username" pinterest = "username" vk = "username" @@ -124,7 +123,6 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id reddit = true telegram = true linkedin = true - googleplus = true vk = true pocket = true diff --git a/layouts/partials/footer_social.html b/layouts/partials/footer_social.html index 236a9a2..05c96f2 100644 --- a/layouts/partials/footer_social.html +++ b/layouts/partials/footer_social.html @@ -20,11 +20,6 @@ {{ partial "svg/telegram.svg" (dict "class" "social__icon" ) }} {{- end }} - {{- with .Param "social.googleplus" }} - - {{ partial "svg/googleplus.svg" (dict "class" "social__icon" ) }} - - {{- end }} {{- with .Param "social.instagram" }} {{ partial "svg/instagram.svg" (dict "class" "social__icon" ) }} diff --git a/layouts/partials/post_share.html b/layouts/partials/post_share.html index d6ed878..02c891d 100644 --- a/layouts/partials/post_share.html +++ b/layouts/partials/post_share.html @@ -25,11 +25,6 @@ {{ partial "svg/linkedin.svg" (dict "class" "share__icon" ) }} {{- end }} - {{- if .Param "share.googleplus" }} - - {{ partial "svg/googleplus.svg" (dict "class" "share__icon" ) }} - - {{- end }} {{- if .Param "share.vk" }} {{ partial "svg/vk.svg" (dict "class" "share__icon" ) }} diff --git a/layouts/partials/svg/googleplus.svg b/layouts/partials/svg/googleplus.svg deleted file mode 100644 index 6dc14c2..0000000 --- a/layouts/partials/svg/googleplus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file