This commit is contained in:
Guy Godfroy 2020-12-08 16:44:57 +01:00
parent 95d11ef112
commit 699d21fabe
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 custom_page:
for page_dict in config.custom_page:
rel_path, filename = os.path.split(page_dict["name"])
os.makedirs(rel_path, exist_ok=True)
basename, extension = os.path.spolitext(page_dict["name"])