hugo/parser
Bjørn Erik Pedersen ffcb4aeb8e Fix handling of HTML files without front matter
This means that any HTML file inside /content will be treated as a regular file.

If you want it processes with shortcodes and a layout, add front matter.

The defintion of an HTML file here is:

* File with extension .htm or .html
* With first non-whitespace character "<" that isn't a HTML comment.

This is in line with the documentation.

Fixes #7030
Fixes #7028
See #6789
2020-03-09 15:01:55 +01:00
..
metadecoders Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
pageparser Fix handling of HTML files without front matter 2020-03-09 15:01:55 +01:00
frontmatter.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
frontmatter_test.go Convert the rest to new page parser code paths 2018-10-22 20:46:14 +02:00
lowercase_camel_json.go Add Goldmark as the new default markdown handler 2019-11-23 14:12:24 +01:00