diff --git a/build.py b/build.py index 5c4a630..7b19b38 100755 --- a/build.py +++ b/build.py @@ -1,5 +1,6 @@ #! /usr/bin/env python3 +import datetime import os import subprocess @@ -30,6 +31,7 @@ def main(): with open(link_svg, 'br') as f: link_text = f.read().decode('u8') page_file = os.path.join(web, 'index.html') + timestamp = datetime.datetime.now().strftime('%Y/%m/%d %H:%M:%S') page_text = f'''\ @@ -179,6 +181,11 @@ def main(): + +