diff options
Diffstat (limited to 'alabaster-lite/config.html')
-rw-r--r-- | alabaster-lite/config.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alabaster-lite/config.html b/alabaster-lite/config.html index 51f1871..10fc18a 100644 --- a/alabaster-lite/config.html +++ b/alabaster-lite/config.html @@ -7,7 +7,7 @@ "include_toc": e.include_toc | default(true), "extra_nav_links": e.extra_nav_links | default({}), "show_powered_by": e.show_powered_by | default(true), - "sidebars": e.sidebars | default(["about", "toc"]), + "sidebars": e.sidebars | default(["title", "toc"]), "homepage_nav": e.homepage_nav | default(true), - "homepage_sidebars": e.homepage_sidebars | default(["about"]), + "homepage_sidebars": e.homepage_sidebars | default(["title", "about"]), }%} |