diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-01 23:00:43 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-01 23:00:43 +0200 |
| commit | 389a88088e8f5e40127d024a95c8f63318669b02 (patch) | |
| tree | 797adef799ee157bc33a4c1be5084ec5eef3bab2 /modules | |
| parent | 32cb783aa8675d275cb9136eeadffa8294d40b89 (diff) | |
codenames and comic templates refactored with the base template
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/codenames_generate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codenames_generate.py b/modules/codenames_generate.py index 19fd284..d5aba60 100644 --- a/modules/codenames_generate.py +++ b/modules/codenames_generate.py @@ -18,6 +18,7 @@ def generate(jinja_env: jinja2.Environment, output_root_path: str, local: bool): os.mkdir(output_root_path) jinja_env.globals.update(codenames={ + "codenames_name": Config.CODENAMES_NAME, "codenames_url": Config.CODENAMES_ROOT_URL, }) |
