diff options
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9f41896..8fe0667 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -72,7 +72,8 @@ enableGitInfo = true # Index is built on fly, therefore it might slowdown your website. BookSearch = true - # (Optional, default true) Enables disqus template on pages + # (Optional, default true) Enables comments template on pages + # By default partals/docs/comments.html includes Disqus template # See https://gohugo.io/content-management/comments/#configure-disqus # Can be overwritten by same param in page frontmatter - BookDisqus = true + BookComments = true |