From 5258cec6b3a724f0e581928d4cb59a358ba85884 Mon Sep 17 00:00:00 2001 From: Wolfgang Nowak Date: Wed, 14 Apr 2021 12:49:11 +0200 Subject: [PATCH] generate html from .md and stdout from other files. v0.02 --- webgen.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webgen.py b/webgen.py index b5796ac..7688d31 100755 --- a/webgen.py +++ b/webgen.py @@ -11,6 +11,7 @@ except: ) +# creationtime = datetime.datetime.now().strftime("%Y-%m-%d %H ") creationtime = datetime.datetime.now().strftime("%Y-%m-%d %H:%M") if re.match(".*\.md$", mark_down_file): @@ -41,13 +42,13 @@ head1 = ( styles = " \n" head2 = " \n" -body1 = 'Go back to upper folder' +body1 = 'Go Back' foot = " "