diff options
author | Admin <admin@marx.cafe> | 2022-12-12 15:52:30 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-12 15:52:37 -0500 |
commit | 3191a4a465bbf028b65aaa19fba24124dadefff4 (patch) | |
tree | 19b5dd0054cd5d10c5d252a4e068ea3682c88d6f | |
parent | 0595b9699d268d8b487a48b87586e06b7b403533 (diff) |
Disable unused comments section
-rw-r--r-- | config.toml | 9 |
1 files changed, 5 insertions, 4 deletions
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 |