Files
hugo/testscripts/commands/hugo__minify_issue13988.txt
T
2025-09-18 16:50:47 +02:00

14 lines
256 B
Plaintext

hugo --minify --logLevel=info
! stderr 'deprecated'
grep '<p>one</p><p>two</p>' public/index.html
-- hugo.toml --
disableKinds = ['page','rss','section','sitemap','taxonomy','term']
-- content/_index.md --
one
two
-- layouts/all.html --
{{ .Content }}