diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -42,5 +42,5 @@
   let file = dir </> (show d) <.> "md"
   mktree $ decodeString dir
   unlessM (testfile $ decodeString file) $ appendFile file $ dayToPreamble df dt ++ "\n\n"
-  appendFile file $ timeToSubheader tf dt ++ "\n\n"
+  appendFile file $ timeToSubheader tf dt ++ "\n\n\n"
   callProcess ed $ edopts ++ [file]
diff --git a/jot.cabal b/jot.cabal
--- a/jot.cabal
+++ b/jot.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: a6d5fd480868a8c062ed2c8b80771436903f450f86a9af0b7341527febcc13ff
+-- hash: 80fd6643de7f4c64b5b708b5285bea9a727aaa6e9f9d21c226661a968e204773
 
 name:           jot
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       Tiny markdown notebook
 description:    Jot is a little notebook. It makes little notepages with timestamps that you can customize.
 category:       CLI
