website: remove social media sharing buttons

They're kind of obtrusive and people can just easily share the URL.

Change-Id: I50de0c8bda3ea9ed0ceb8e7e16456ded70a1d3d3
This commit is contained in:
David Moreau Simard 2020-04-15 15:21:40 -04:00
parent 725a04e11c
commit 45c8a7a5ba
No known key found for this signature in database
GPG Key ID: 938880DAFC753E80
1 changed files with 7 additions and 7 deletions

View File

@ -42,16 +42,16 @@ relativeURLs = true
loadFavicon = true loadFavicon = true
faviconVersion = "" faviconVersion = ""
# Sets Social Share links to appear on posts # Sets Social Share links to appear on posts
socialShare = true socialShare = false
# Sets specific share to appear on posts (default behavior is to appear) # Sets specific share to appear on posts (default behavior is to appear)
socialShareTwitter = true socialShareTwitter = false
socialShareGoogleplus = true socialShareGoogleplus = false
socialShareFacebook = true socialShareFacebook = false
socialShareReddit = true socialShareReddit = false
socialShareLinkedin = true socialShareLinkedin = false
socialShareStumbleupon = false socialShareStumbleupon = false
socialSharePinterest = false socialSharePinterest = false
socialShareEmail = true socialShareEmail = false
# Load custom CSS or JavaScript files. The variable is an array so that you # Load custom CSS or JavaScript files. The variable is an array so that you
# can load multiple files if necessary. You can also load the standard theme # can load multiple files if necessary. You can also load the standard theme