From 90bd999f73b27433b94ac5b768735fd7f881a51d Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 8 May 2026 20:21:38 +0200 Subject: added wip page and sidebar pictures --- modules/main_generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/main_generate.py b/modules/main_generate.py index 5e058ed..d80ff44 100644 --- a/modules/main_generate.py +++ b/modules/main_generate.py @@ -23,7 +23,7 @@ def generate(jinja_env: jinja2.Environment, output_root_path: str, local: bool): os.mkdir(output_root_path) - for page in ("index", "neighbors"): + for page in ("index", "neighbors", "wip"): template = jinja_env.get_template(f"main_{page}.html.j2") html_file_name = f"{page}.html" with open(os.path.join(output_root_path, html_file_name), "w") as f: -- cgit v1.3