summaryrefslogtreecommitdiff
path: root/alabaster-lite/config.html
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-11-13 18:29:04 -0500
committerFrederick Yin <fkfd@fkfd.me>2023-11-13 18:29:04 -0500
commit28b8721794bb8a4186ae10814f510806142a4815 (patch)
tree57dda99aa7b7f497d8bcff212589806947f5c060 /alabaster-lite/config.html
parentad678d325bacc7e40da4ae15248570466917b50b (diff)
Move header blocks to sidebar
Diffstat (limited to 'alabaster-lite/config.html')
-rw-r--r--alabaster-lite/config.html4
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"]),
}%}