Fix parsing edge case of frontmatter
authorNoah Campbell <noahcampbell@gmail.com>
Wed, 18 Sep 2013 16:15:46 +0000 (09:15 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Wed, 18 Sep 2013 16:15:46 +0000 (09:15 -0700)
commitd8e1834910d2b845ee5066571a61be49a7a1451c
tree7ef6b512842a2ea44327cacab18a1d585d81dcef
parenta82efe5bb131f1d4a811d3220c2ce40d56aa9eaf
Fix parsing edge case of frontmatter

When the frontmatter contains a - (or other delimiter) close to the
closing frontmatter delimiter, frontmatter detection would fail.
hugolib/page.go
hugolib/page_test.go
hugolib/site.go
hugolib/site_url_test.go
parser/page.go
parser/parse_frontmatter_test.go
transform/post.go
transform/posttrans_test.go