mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 12:01:32 -04:00

When the page parser was rewritten in 0.51, this was interpreted literally, but commented out front matter is used in the wild to "hide it from GitHub", e.g: ``` <!-- +++ title = "hello" +++ --> ``` Fixes #5478