feat(comments): allow page override of global system (#216)

This commit is contained in:
Óscar Fernández
2023-10-27 02:03:59 +02:00
committed by GitHub
parent 05ab241002
commit de28c7fdeb
4 changed files with 23 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
+++
title = "Mastering tabi Settings: A Comprehensive Guide"
date = 2023-09-18
updated = 2023-10-05
updated = 2023-10-27
description = "Discover the many ways you can customise your tabi site."
[taxonomies]
@@ -456,6 +456,8 @@ To enable comments on an individual page, set the name of the system you want to
To enable a system globally (on all pages), set `enabled_for_all_posts = true` in the correct section of your `config.toml` (e.g. inside `[extra.giscus]`).
If you have enabled a system globally, but want to disable it on a specific page, set the name of the system to `false` in the front matter of that page. For example, `utterances = false`.
Read [the docs](/blog/comments/) for more information on the available systems and their setup.
### Analytics