Add a blank line after the front matter when writing back a page.
authorDato Simó <dato@net.com.org.es>
Mon, 12 May 2014 02:34:44 +0000 (03:34 +0100)
committerspf13 <steve.francia@gmail.com>
Mon, 12 May 2014 19:46:58 +0000 (15:46 -0400)
commit05b76dcb6fb02fdaa7e8b99cd5cb123bdae8881e
treebfef843ce68a2d51e843b7758e7ee65a1a82d0c2
parent73cbefdbc8829d24c9da27d9b2001a6a7e2eb169
Add a blank line after the front matter when writing back a page.

Could also be done in parser.InterfaceToFrontMatter(), but logically the
extra blank line belongs to the page, not the front matter itself.
hugolib/page.go