diff options
| author | Botond Hende <contact@wazul.moe> | 2026-04-08 11:03:27 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-04-08 11:03:27 +0200 |
| commit | 916debdda11c3fb2319c021a7d74afbe21ad7515 (patch) | |
| tree | c3f82034c23af478fc3f01b3f04e1f2d8688ae84 /__main__.py | |
| parent | 431f93d2863babe3362a765507945cbfe987cd05 (diff) | |
changed email address
Diffstat (limited to '__main__.py')
| -rw-r--r-- | __main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/__main__.py b/__main__.py index 0379275..0e1dc48 100644 --- a/__main__.py +++ b/__main__.py @@ -20,6 +20,7 @@ def main(output_root_path: str, local: bool): jinja_env = init_jinja_env() jinja_env.globals.update(site={ "assets_path": Config.ASSETS_IMPORT_PATH, + "email": Config.EMAIL, "assets_path_static": Config.ASSETS_IMPORT_PATH_STATIC, "rss_filename": Config.RSS_FILE_NAME, "main_url": Config.MAIN_ROOT_URL, |
