From 431f93d2863babe3362a765507945cbfe987cd05 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sun, 5 Apr 2026 12:19:18 +0200 Subject: make generating all subdomains for local testing functional --- modules/blog_generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog_generate.py') diff --git a/modules/blog_generate.py b/modules/blog_generate.py index 904050d..3bf21be 100644 --- a/modules/blog_generate.py +++ b/modules/blog_generate.py @@ -103,7 +103,7 @@ def generate(jinja_env: jinja2.Environment, output_root_path: str, local: bool): "build_date": email.utils.format_datetime(datetime.datetime.now(Config.TIMEZONE)), "posts": posts[:5] } - with open(os.path.join(output_root_path, "feed.xml"), "w") as f: + with open(os.path.join(output_root_path, Config.RSS_FILE_NAME), "w") as f: f.write(rss_template.render(ctx)) shutil.copytree(Config.BLOG_ASSETS_SOURCE_DIR, output_root_path + Config.ASSETS_IMPORT_PATH) \ No newline at end of file -- cgit v1.2.3-70-g09d2