1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-23 20:43:29 +00:00
hugo/parser
Bjørn Erik Pedersen 7540a62834
parser/pageparser: Fix handling of commented out front matter
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 
2018-11-28 10:28:50 +01:00
..
metadecoders More spelling corrections 2018-11-13 18:28:40 +01:00
pageparser parser/pageparser: Fix handling of commented out front matter 2018-11-28 10:28:50 +01:00
frontmatter.go Convert the rest to new page parser code paths 2018-10-22 20:46:14 +02:00
frontmatter_test.go Convert the rest to new page parser code paths 2018-10-22 20:46:14 +02:00