Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove double import of Font Awesome #286

Merged
merged 13 commits into from
Feb 17, 2021
Prev Previous commit
Next Next commit
Remains of Google+ removed
MyGiHu committed Jan 8, 2021
commit 38b2d8c7a69c16e664de914bf3e6647ac41ef74d
1 change: 0 additions & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion layouts/blog/single.html
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ <h2 class="title is-1 top-pad strong-post-title">
{{ 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 }}