summaryrefslogtreecommitdiffstats
path: root/docs/content/en/news/0.81.0-relnotes/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/news/0.81.0-relnotes/index.md')
-rw-r--r--docs/content/en/news/0.81.0-relnotes/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/news/0.81.0-relnotes/index.md b/docs/content/en/news/0.81.0-relnotes/index.md
index 70ecab17d..ebcbb5ac7 100644
--- a/docs/content/en/news/0.81.0-relnotes/index.md
+++ b/docs/content/en/news/0.81.0-relnotes/index.md
@@ -128,12 +128,12 @@ There are several [Hugo Modules](https://gohugo.io/hugo-modules/)-related improv
## Minify - Keep Comments
-Keep comments when running `hugo --minify` with a new setting in config.toml.
+Keep comments when running `hugo --minify` with a new setting:
-```toml
+{{< code-toggle file="config" >}}
[minify.tdewolff.html]
keepComments = true
-```
+{{< /code-toggle >}}
The default value for this setting is `false`.