This commit is contained in:
Guy Godfroy 2020-12-08 16:45:53 +01:00
parent 699d21fabe
commit 1616348651
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ for dirname, subdirlist, mdlist in os.walk(md_path):
gmi.write(gmitext)
# Generate custom extra pages
for page_dict in config.custom_page:
for page_dict in config.custom_pages:
rel_path, filename = os.path.split(page_dict["name"])
os.makedirs(rel_path, exist_ok=True)
basename, extension = os.path.spolitext(page_dict["name"])