Support no navigation bar properly
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user