Skip to content

Commit

Permalink
fix disqus example name (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Nov 30, 2021
1 parent a772f48 commit 2eae7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/templates/internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Hugo also ships with an internal template for [Disqus comments][disqus], a popul
To use Hugo's Disqus template, you first need to set a single configuration value:

{{< code-toggle file="config" >}}
disqusShortname = "yourdiscussshortname"
disqusShortname = "your-disqus-shortname"
{{</ code-toggle >}}

You also have the option to set the following in the front matter for a given piece of content:
Expand Down

0 comments on commit 2eae7c7

Please sign in to comment.