From a3622efe77457d4a06e49435bdbfc52a8bd68c12 Mon Sep 17 00:00:00 2001 From: MyGiHu <74786828+MyGiHu@users.noreply.github.com> Date: Sun, 17 Jan 2021 16:00:50 +0100 Subject: [PATCH] Remains of Google+ removed (#284) * fix-262 * Replacing Moment.js with native JavaScript * Update config.toml Adding the "auto" option of themeStyle to the comment. * Remains of Google+ removed --- exampleSite/config.toml | 1 - layouts/blog/single.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 76aed02..dff6c62 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,7 +33,6 @@ DefaultContentLanguage = "en" # Default language fo [params.share] twitter = true facebook = true - googlePlus = true pinterest = true # Social icons appear in introduction and contact section. Add as many more as you like. diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 69ad3e2..99362ec 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -13,7 +13,7 @@ {{ if .Params.date }}{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }} |{{ end }} {{ i18n "blog_readingTime" .ReadingTime }} - {{ if or .Site.Params.share.twitter .Site.Params.share.facebook .Site.Params.share.pinterest .Site.Params.share.googlePlus }} + {{ if or .Site.Params.share.twitter .Site.Params.share.facebook .Site.Params.share.pinterest }}
{{ i18n "blog_shareThis" . }}: {{ if .Site.Params.share.twitter }}