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