From 558652a6825de96dcb114aff8bc183ae9230c409 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 5 Jul 2021 22:44:50 -0500 Subject: new footer --- build.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index f4ee289..692eb4a 100644 --- a/build.py +++ b/build.py @@ -114,6 +114,11 @@ with open(__here__ / "public" / "index.html", "w") as html: break # footer html.write("
") - html.write(f"last updated {today.isoformat()}") + html.write("

" + html.write(f"built {datetime.now().strftime('%Y-%m-%d %H:%M:%S')} UTC") + html.write("CC0: no copyright") + html.write(" (source)") + html.write("") + html.write("

") html.write("\n") html.write("\n") -- cgit v1.2.3