URI: 
       tFixed a wrong template - monochromatic - monochromatic blog: http://blog.z3bra.org
  HTML git clone git://z3bra.org/monochromatic
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit caec6776cd9391d1e43327d34c6dc5d5a7ec4198
   DIR parent 0804e8bdd201631c9f6d7c4a7a252560120fc56c
  HTML Author: z3bra <willy@mailoo.org>
       Date:   Fri, 23 May 2014 16:22:12 +0200
       
       Fixed a wrong template
       
       Diffstat:
         M post.sh                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/post.sh b/post.sh
       t@@ -22,7 +22,7 @@ post="${folder}/${file}"
        
        # create the file
        cat <<EOF > ${post}
       -### [${title}](#)
       +# [${title}](#)
        ## &mdash; ${date}
        
        <!-- vim: set ft=markdown ts=4 et tw=80: -->