From 673846ff95fc11831a748874840b8eb5ea5dfd82 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 17 Aug 2023 17:03:08 -0700 Subject: [PATCH] Remove comment --- content/en/hugo-pipes/postprocess.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/hugo-pipes/postprocess.md b/content/en/hugo-pipes/postprocess.md index 921427fc3..3b7d5c610 100755 --- a/content/en/hugo-pipes/postprocess.md +++ b/content/en/hugo-pipes/postprocess.md @@ -36,8 +36,6 @@ There are several ways to set up CSS purging with PostCSS in Hugo. If you have a The below configuration will write a `hugo_stats.json` file to the project root as part of the build. If you're only using this for the production build, you should consider placing it below [config/production](/getting-started/configuration/#configuration-directory). - - {{< code-toggle file="hugo" >}} [build.buildStats] enable = true