diff options
author | Francesco <tomaselli.fr@gmail.com> | 2025-01-01 18:15:36 +0100 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2025-01-01 18:15:36 +0100 |
commit | dc4b56ae46c0ebea70c12032df91a47cda8c7d3d (patch) | |
tree | 9cd3e5f6fdf140f2ffb9266adf1086ade4b6de41 /wiki/features | |
parent | 581742aa04eaa546208d4f50b026753977eefc35 (diff) |
Add disable comment wiki
Diffstat (limited to 'wiki/features')
-rw-r--r-- | wiki/features/other-parameters.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wiki/features/other-parameters.md b/wiki/features/other-parameters.md index 3d09533..2f87071 100644 --- a/wiki/features/other-parameters.md +++ b/wiki/features/other-parameters.md @@ -47,6 +47,13 @@ theme = "preferred_color_scheme" Tip: use `preferred_color_scheme` theme to have a consistent dark and light appearance. +You can decide to hide the comments section on certain pages, using the following parameter on the page itself: + +```md +disableComment: true +``` + + ## Umami You can include [Umami](https://umami.is/) in your website as follows: |