diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-04-11 14:37:47 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-04-11 14:37:47 +0200 |
commit | d61558462fb5f16d171ba327bc6315b82e49054b (patch) | |
tree | 7238c4eb7c5b41ad3f736c6fff7abc5967dcea4c /exampleSite/config.toml | |
parent | 15339ab6a6f39729bd1be500e7fc32b89eb37b55 (diff) |
Revert config.toml sectin config
Diffstat (limited to 'exampleSite/config.toml')
-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. |