mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
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:
parent
b9c51bd3a1
commit
a3622efe77
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ DefaultContentLanguage = "en" # Default language fo
|
||||||
[params.share]
|
[params.share]
|
||||||
twitter = true
|
twitter = true
|
||||||
facebook = true
|
facebook = true
|
||||||
googlePlus = true
|
|
||||||
pinterest = true
|
pinterest = true
|
||||||
|
|
||||||
# Social icons appear in introduction and contact section. Add as many more as you like.
|
# Social icons appear in introduction and contact section. Add as many more as you like.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
{{ if .Params.date }}{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }} |{{ end }}
|
{{ if .Params.date }}{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }} |{{ end }}
|
||||||
{{ i18n "blog_readingTime" .ReadingTime }}
|
{{ i18n "blog_readingTime" .ReadingTime }}
|
||||||
</div>
|
</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">
|
<div class="blog-share">
|
||||||
{{ i18n "blog_shareThis" . }}:
|
{{ i18n "blog_shareThis" . }}:
|
||||||
{{ if .Site.Params.share.twitter }}
|
{{ if .Site.Params.share.twitter }}
|
||||||
|
|
Loading…
Reference in a new issue