hugo/parser
Dawid Gaweł 16a5c74519 parser: Fix YAML maps key type
Recurse through result of yaml package parsing and change all
maps from map[interface{}]interface{} to map[string]interface{}
making them jsonable and sortable.

Fixes #2441, #4083
2018-02-09 10:27:17 +01:00
..
frontmatter.go parser: Fix YAML maps key type 2018-02-09 10:27:17 +01:00
frontmatter_test.go parser: Fix YAML maps key type 2018-02-09 10:27:17 +01:00
long_text_test.md Merge remote-tracking branch 'origin/parser' into mrg_praser 2013-09-17 15:52:40 -07:00
page.go Support pages without front matter 2018-01-26 09:17:27 +01:00
page_test.go parser: Refactor frontmatter parser and add tests 2017-03-11 17:52:25 +01:00
parse_frontmatter_test.go parser: Final (!) fix for issue with escaped JSON front matter 2017-07-08 18:43:36 +02:00