diff --git a/parser/frontmatter.go b/parser/frontmatter.go index 68e4456d2..209786707 100644 --- a/parser/frontmatter.go +++ b/parser/frontmatter.go @@ -20,7 +20,7 @@ import ( "strings" "github.com/BurntSushi/toml" - "gopkg.in/yaml.v1" + "gopkg.in/yaml.v2" ) type FrontmatterType struct {