From 389a88088e8f5e40127d024a95c8f63318669b02 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 1 May 2026 23:00:43 +0200 Subject: codenames and comic templates refactored with the base template --- modules/codenames_generate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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, }) -- cgit v1.3