Skip to content

Commit 491af05

Browse files
Don't show blog in sidebar all the time
1 parent b4ac3de commit 491af05

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
post_auto_image = 1
1414

1515

16-
html_sidebars = {
17-
"**": [
18-
"sidebar-nav-bs",
19-
"ablog/postcard.html",
20-
"ablog/recentposts.html",
21-
"ablog/tagcloud.html",
22-
"ablog/categories.html",
23-
]
24-
}
16+
# html_sidebars = {
17+
# "**": [
18+
# "sidebar-nav-bs",
19+
# "ablog/postcard.html",
20+
# "ablog/recentposts.html",
21+
# "ablog/tagcloud.html",
22+
# "ablog/categories.html",
23+
# ]
24+
# }
2525
##
2626
# Myst
2727
##

0 commit comments

Comments
 (0)