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
page.go
page_test.go
parse_frontmatter_test.go