From fa400b914c36a3f678a61bce22a5486649726c75 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 18 Oct 2016 23:10:20 -0400 Subject: [PATCH] exampleSite/config.toml: Remove sidebar hiding option It doesn't work, so having it in the example config is misleading. --- exampleSite/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7473b71..d882cad 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -44,9 +44,6 @@ paginate = 5 #yandex_verify_meta = "66b077430f35f04a" [params.sidebar] - # Hide the sidebar? (Default: false) - hide = false - # 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/)."