From 2eae7c7ec0347fa3db10229c8b3436acf2d1e050 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 30 Nov 2021 17:21:29 +0900 Subject: [PATCH] fix disqus example name (#1588) --- content/en/templates/internal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md index b28756af7..ace21f548 100644 --- a/content/en/templates/internal.md +++ b/content/en/templates/internal.md @@ -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" {{}} You also have the option to set the following in the front matter for a given piece of content: