From 3191a4a465bbf028b65aaa19fba24124dadefff4 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 12 Dec 2022 15:52:30 -0500 Subject: Disable unused comments section --- config.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index e8270c5..15de401 100644 --- a/config.toml +++ b/config.toml @@ -9,12 +9,13 @@ copyright = 'Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA endLevel = 4 startLevel = 2 -[params] - BookTheme = 'auto' - BookSection = '*' - [menu] [[menu.after]] name = "Source Code" url = "https://git.marx.cafe/site/" weight = 10 + +[params] + BookTheme = 'auto' + BookSection = '*' + BookComments = false -- cgit v1.2.3