From 9418abfdea08df2c4e8679797b2cc6439585f6c1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 21 Jan 2017 19:28:38 +0200 Subject: [PATCH] exampleSite/config.toml: Adjust sharing icon setting --- exampleSite/config.toml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6e45d0e..9041a5c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -68,6 +68,9 @@ paginate = 5 # or by specifying menu entries in a similar way to the sidebar menu above. #custom_navbar = true + # show sharing icons on pages/posts (default: true) + #sharingicons = true + [params.sidebar] # Optional about block for sidebar (can be Markdown) about = "A simple Hugo theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog/)." @@ -80,16 +83,6 @@ paginate = 5 # See: https://dev.twitter.com/cards/types/summary-large-image twitter = "username" - [params.sharingicons] - # Hide the sharing icons on posts? (Default: false) - hide = false - - # Optionally, set any of these to false to hide them: - #facebook = true - #googleplus = true - #linkedin = true - #twitter = true - # Default content language for Hugo 0.17's multilingual support (default is "en") # See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md #DefaultContentLanguage = "en"