From 81964ffac36d659b450140d37ab73074660cb0bd Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sat, 9 May 2026 08:15:08 +0200 Subject: added webmaster page and 88x31 button --- modules/main_generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/main_generate.py') diff --git a/modules/main_generate.py b/modules/main_generate.py index d80ff44..35cc64f 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", "wip"): + for page in ("index", "neighbors", "wip", "webmaster"): 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