mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 10:12:59 -04:00

According to @bep, it is easier to undraft content by editing manually the frontmatter of said content by setting the draft flag to `false`, or removing it completely, than to rely on the undraft command which is a source of many bugs. Fixes #4353