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
This commit is contained in:
MyGiHu 2021-01-17 16:00:50 +01:00 committed by GitHub
parent b9c51bd3a1
commit a3622efe77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -13,7 +13,7 @@
{{ if .Params.date }}{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }} |{{ end }}
{{ i18n "blog_readingTime" .ReadingTime }}
</div>
{{ 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 }}
<div class="blog-share">
{{ i18n "blog_shareThis" . }}:
{{ if .Site.Params.share.twitter }}