diff options
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r-- | exampleSite/config.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 6fee17d..8362ecb 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -70,7 +70,8 @@ params: # 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 |