diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-08-01 10:01:49 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-08-01 10:01:49 +0200 |
commit | e6dd54943fd1d6129d73ecf7fc9bc6df26b75117 (patch) | |
tree | e953eb883f2144521f5ebe3d8a50f48c518260ad /docs/content/en/content-management/comments.md | |
parent | b5d13ca16bf106c1bc29c2a5295cd231d1bf13fd (diff) | |
parent | 766085c2dc6fc95ac30fda2a9ebde2355fc12554 (diff) | |
download | hugo-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.md | 6 |
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 |