This commit is contained in:
Bottersnike 2023-05-30 00:30:13 +01:00
parent 833eca29d3
commit 695cf61936
Signed by: Bottersnike
SSH Key Fingerprint: SHA256:3g0ghwd4dNX1k1RX8qazbiT+3RIYn/daeBevHZVCiU0
1 changed files with 1 additions and 1 deletions

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