fix disqus example name (#1588)

This commit is contained in:
Christian Oliff 2021-11-30 17:21:29 +09:00 committed by GitHub
parent a772f48048
commit 2eae7c7ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: To use Hugo's Disqus template, you first need to set a single configuration value:
{{< code-toggle file="config" >}} {{< code-toggle file="config" >}}
disqusShortname = "yourdiscussshortname" disqusShortname = "your-disqus-shortname"
{{</ code-toggle >}} {{</ code-toggle >}}
You also have the option to set the following in the front matter for a given piece of content: You also have the option to set the following in the front matter for a given piece of content: