Support no navigation bar properly
This commit is contained in:
parent
f9c2e1271b
commit
09acb1a9fc
@ -49,3 +49,5 @@ for file in os.listdir("./"):
|
||||
with open("./website-output" + foldername + "/index.html", 'w') as newpage:
|
||||
if navbarfound:
|
||||
newpage.write("<ul>" + navbar + "</ul>" + str(doc))
|
||||
else:
|
||||
newpage.write(str(doc))
|
||||
|
Loading…
Reference in New Issue
Block a user