fix: missing commas in bootstrap template

Signed-off-by: Niklas Wagner <Skaro@Skaronator.com>
This commit is contained in:
Niklas Wagner
2025-11-10 20:24:39 +01:00
committed by GitHub
parent 976ac4bfd8
commit f86b373867
+2 -2
View File
@@ -240,12 +240,12 @@ features = [
# When anchor following for the table of contents is enabled, the sidebar
# is automatically scrolled so that the active anchor is always visible.
# https://zensical.org/docs/setup/navigation/#anchor-following
# "toc.follow"
# "toc.follow",
# When navigation integration for the table of contents is enabled, it is
# always rendered as part of the navigation sidebar on the left.
# https://zensical.org/docs/setup/navigation/#navigation-integration
#"toc.integrate"
#"toc.integrate",
]
# ----------------------------------------------------------------------------