From 224441f62969e037229d976498295fc07ff19644 Mon Sep 17 00:00:00 2001 From: Djeex Date: Fri, 8 Aug 2025 11:34:22 +0000 Subject: [PATCH] Hotfix - Build date version --- build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index e512159..96fca6c 100644 --- a/build.py +++ b/build.py @@ -29,6 +29,7 @@ def build(): # Defining build vars build_date = datetime.now().strftime("%Y%m%d%H%M%S") + build_date_version = datetime.now().strftime("%Y-%m-%d %H:%M:%S") site_vars = load_yaml(SITE_FILE) gallery_sections = load_yaml(GALLERY_FILE) build_section = site_vars.get("build", {}) @@ -121,7 +122,7 @@ def build(): gallery_html = render_gallery_images(gallery_images) gallery = render_template(TEMPLATE_DIR / "gallery.html", {"gallery_images": gallery_html}) - signature = f"" + signature = f"" body = f"""