summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management/comments.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/content-management/comments.md')
-rw-r--r--docs/content/en/content-management/comments.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/content/en/content-management/comments.md b/docs/content/en/content-management/comments.md
index e49711e7c..0543f47a7 100644
--- a/docs/content/en/content-management/comments.md
+++ b/docs/content/en/content-management/comments.md
@@ -1,6 +1,5 @@
---
title: Comments
-linkTitle: Comments
description: Hugo ships with an internal Disqus template, but this isn't the only commenting system that will work with your new Hugo website.
keywords: [sections,content,organization]
categories: [project organization, fundamentals]
@@ -25,7 +24,7 @@ Hugo comes with all the code you need to load Disqus into your templates. Before
Disqus comments require you set a single value in your [site's configuration file][configuration] like so:
-{{< code-toggle copy="false" >}}
+{{< code-toggle copy=false >}}
disqusShortname = "yourDisqusShortname"
{{</ code-toggle >}}