fix: rename general.html -> index.html
This commit is contained in:
parent
1a0391bafe
commit
6236819e2b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user