mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit '07b8d9466dfb59c429c1b470a0443337bc0aeefe'
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
Reference in New Issue
Block a user