This commit is contained in:
Bottersnike 2023-05-30 00:30:13 +01:00
parent 833eca29d3
commit 695cf61936
No known key found for this signature in database

View File

@ -218,7 +218,7 @@ def generate_footer(base, name, route):
toc = None
break
elif toc == CONTENTS:
toc = toc[""]
toc = toc[PAGES_BASE.partition("/")[2]]
else:
toc = None
break