hugo/hugofs
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
..
files Fix handling of HTML files without front matter 2020-03-09 15:01:55 +01:00
glob
createcounting_fs.go
decorators.go Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
fileinfo.go Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
filter_fs.go Fix handling of HTML files without front matter 2020-03-09 15:01:55 +01:00
filter_fs_test.go
fs.go modules: Improve "hugo mod clean" 2020-02-19 17:14:35 +01:00
fs_test.go
glob.go
glob_test.go
hashing_fs.go
hashing_fs_test.go
language_composite_fs.go
noop_fs.go
nosymlink_fs.go
nosymlink_test.go
rootmapping_fs.go Introduce a tree map for all content 2020-02-18 09:49:42 +01:00
rootmapping_fs_test.go
slice_fs.go
stacktracer_fs.go
walk.go
walk_test.go