From d61558462fb5f16d171ba327bc6315b82e49054b Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 11 Apr 2020 14:37:47 +0200 Subject: Revert config.toml sectin config --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1a35a71..edb0690 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -65,7 +65,7 @@ enableGitInfo = true # (Optional, default docs) Specify root page to render child pages as menu. # Page is resoled by .GetPage function: https://gohugo.io/functions/getpage/ # For backward compatibility you can set '*' to render all sections to menu. Acts same as '/' - BookSection = '/' + BookSection = 'docs' # Set source repository location. # Used for 'Last Modified' and 'Edit this page' links. -- cgit v1.2.3