aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/content-management/comments.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2018-08-01 10:01:49 +0200
committerBjørn Erik Pedersen <[email protected]>2018-08-01 10:01:49 +0200
commite6dd54943fd1d6129d73ecf7fc9bc6df26b75117 (patch)
treee953eb883f2144521f5ebe3d8a50f48c518260ad /docs/content/en/content-management/comments.md
parentb5d13ca16bf106c1bc29c2a5295cd231d1bf13fd (diff)
parent766085c2dc6fc95ac30fda2a9ebde2355fc12554 (diff)
downloadhugo-e6dd54943fd1d6129d73ecf7fc9bc6df26b75117.tar.gz
hugo-e6dd54943fd1d6129d73ecf7fc9bc6df26b75117.zip
Merge commit '766085c2dc6fc95ac30fda2a9ebde2355fc12554'
Diffstat (limited to 'docs/content/en/content-management/comments.md')
-rw-r--r--docs/content/en/content-management/comments.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/en/content-management/comments.md b/docs/content/en/content-management/comments.md
index 1152c843c..268dc4c0e 100644
--- a/docs/content/en/content-management/comments.md
+++ b/docs/content/en/content-management/comments.md
@@ -41,7 +41,11 @@ For many websites, this is enough configuration. However, you also have the opti
### Render Hugo's Built-in Disqus Partial Template
-See [Partial Templates][partials] to learn how to add the Disqus partial to your Hugo website's templates.
+Disqus has its own [internal template](https://gohugo.io/templates/internal/#disqus) available, to render it add the following code where you want comments to appear:
+
+```
+{{ template "_internal/disqus.html" . }}
+```
## Comments Alternatives