all repos — hastyscribe @ 4baecc29616f55f90eb0c6ba3d4282cb20408139

A professional markdown compiler.

Moved branding info to meta generator tag
h3rald h3rald@h3rald.com
Mon, 14 Oct 2013 21:59:12 +0200
commit

4baecc29616f55f90eb0c6ba3d4282cb20408139

parent

5359ec2b091ee5aa3efde8b0468001ed2a08a660

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M hastyscribe.nimhastyscribe.nim

@@ -109,6 +109,7 @@ $title_tag

<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="$author"> + <meta name="generator" content="HastyScribe"> $css </head> <body>

@@ -120,7 +121,7 @@ <div id="main">

$body </div> <div id="footer"> - <p>$author Generated with <a href="https://github.com/h3rald/hastyscribe/">HastyScribe</a> on $date</p> + <p>$author Created on $date</p> </div> </body>""" % ["title_tag", title_tag, "header_tag", header_tag, "author", metadata.author, "date", timeinfo.format("MMMM d, yyyy"), "toc", toc, "css", css, "body", body]