all repos — hastyscribe @ 2a8679d3c257dee5f95f21289eaee56f5e42df4b

A professional markdown compiler.

Modified author/date formatting in the footer
h3rald h3rald@h3rald.com
Fri, 06 Dec 2013 20:44:42 +0100
commit

2a8679d3c257dee5f95f21289eaee56f5e42df4b

parent

79300432b6704eabbae29e4e87f554e66f68ab43

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

jump to
M hastyscribe.nimhastyscribe.nim

@@ -55,7 +55,7 @@ var headings_css = src_headings_css.style_tag

# Manage metadata if metadata.author != "": - metadata.author = "by <em>" & metadata.author & "</em> &ndash;" + metadata.author = metadata.author & " &ndash;" var title_tag, header_tag, toc: string

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

$body </div> <div id="footer"> - <p>$author Created on $date</p> + <p>$author $date</p> </div> <script type="text/javascript"> $highlight