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 #5478
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