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:
|
with open("./website-output" + foldername + "/index.html", 'w') as newpage:
|
||||||
if navbarfound:
|
if navbarfound:
|
||||||
newpage.write("<ul>" + navbar + "</ul>" + str(doc))
|
newpage.write("<ul>" + navbar + "</ul>" + str(doc))
|
||||||
|
else:
|
||||||
|
newpage.write(str(doc))
|
||||||
|
Loading…
Reference in New Issue
Block a user