diff --git a/src/main.py b/src/main.py index fc50382..18811f5 100644 --- a/src/main.py +++ b/src/main.py @@ -87,7 +87,7 @@ def gen_bulk(bulk_path: Path): if config.CREATE_GENERAL_ALBUM: for album in albums: if (album.name == "general"): - album.path = Path(bulk_path, "general.html") + album.path = Path(bulk_path, "index.html") Path("./src/templates/bulk_page.css").copy_to(Path(bulk_path, "bulk_page.css")) create_pages(pages)