From 042dee5c28096eb8337e7848baa876e3367ee63e Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 7 Jul 2022 08:48:56 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20comments=20partial=20do?= =?UTF-8?q?cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/partials.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleSite/content/docs/partials.md b/exampleSite/content/docs/partials.md index 466b1fa5..bf0f0a3c 100644 --- a/exampleSite/content/docs/partials.md +++ b/exampleSite/content/docs/partials.md @@ -48,6 +48,8 @@ To add comments to your articles, Congo includes support for a comments partial You can use either the built-in Hugo Disqus template, or provide your own custom code. Refer to the [Hugo docs](https://gohugo.io/content-management/comments/) for further information. +Once the partial has been provided, finer control over where comments are displayed is then managed using the `showComments` parameter. This value can be set at the theme level in the `params.toml` [config file]({{< ref "configuration#theme-parameters" >}}), or on a per-article basis by including it in the [front matter]({{< ref "front-matter" >}}). The parameter defaults to `false` so it must be set to `true` in one of these locations in order for comments to be displayed. + ## Favicons Congo provides a default set of blank favicons to get started but you can provide your own assets to override them. The easiest way to obtain new favicon assets is to generate them using a third-party provider like [favicon.io](https://favicon.io).