From 4887a7e06236892e8b279d2ec618b3eb8e26a74c Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Tue, 25 Jul 2017 16:24:20 +0200 Subject: [PATCH] Added note to documentation on Disqus integration --- docs/getting-started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6424b39b..2fac0504 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -347,8 +347,10 @@ extra: disqus: 'your-disqus-shortname' ``` -A new entry at the bottom of the table of contents is generated that is linking -to the comments section. The necessary JavaScript is automatically included. +The comments section is inserted in *every page, except the index page*. +Additionally, a new entry at the bottom of the table of contents is generated +that is linking to the comments section. The necessary JavaScript is +automatically included. !!! warning "Requirements" -- GitLab