Skip to content

Commit

Permalink
minor post creation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Mar 8, 2018
1 parent db3059a commit c2bab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/kramdown/kramdown.py
Expand Up @@ -114,5 +114,5 @@ def create_post(self, path, **kw):
if onefile:
fd.write("<!--\n")
fd.write(write_metadata(metadata).strip())
fd.write("-->\n\n")
fd.write("\n-->\n\n")
fd.write(content)

0 comments on commit c2bab5c

Please sign in to comment.