Modified author/date formatting in the footer
h3rald h3rald@h3rald.com
Fri, 06 Dec 2013 20:44:42 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
hastyscribe.nim
→
hastyscribe.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> –" + metadata.author = metadata.author & " –" 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