summaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-01-17 21:44:25 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-01-17 21:44:25 +0100
commit4b641b0f9a681009e80f847f415f29ea14126420 (patch)
tree2588af1a22377e43054eb9b17561c96fa7564c57 /exampleSite/config.toml
parentb9688d7e367918a1e9533dfca5bab5ae53523319 (diff)
#133, move disqus to separate template to allow override, rename BookDisqus to BookComments
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
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