From f86b37386764f7cf562c9f85c302871cd2beca61 Mon Sep 17 00:00:00 2001 From: Niklas Wagner Date: Mon, 10 Nov 2025 20:24:39 +0100 Subject: [PATCH] fix: missing commas in bootstrap template Signed-off-by: Niklas Wagner --- python/zensical/bootstrap/zensical.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/zensical/bootstrap/zensical.toml b/python/zensical/bootstrap/zensical.toml index be6855f..d42c9a2 100644 --- a/python/zensical/bootstrap/zensical.toml +++ b/python/zensical/bootstrap/zensical.toml @@ -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", ] # ----------------------------------------------------------------------------