diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |