diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-08 20:21:38 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-08 20:21:38 +0200 |
| commit | 90bd999f73b27433b94ac5b768735fd7f881a51d (patch) | |
| tree | e1ff13061ba88568f000791453c5ecec53d0cb3b /modules/main_generate.py | |
| parent | 64c955727529d9dd4275c9508008c5808014afc4 (diff) | |
added wip page and sidebar pictures
Diffstat (limited to 'modules/main_generate.py')
| -rw-r--r-- | modules/main_generate.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
