fix: rename general.html -> index.html

This commit is contained in:
Starnakin 2025-05-06 23:14:58 +02:00
parent 1a0391bafe
commit 6236819e2b

View File

@ -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)