navbar creation. Complete rewrite
This commit is contained in:
parent
7bffa6d667
commit
e1df054e24
|
@ -439,11 +439,6 @@ def create_navbar(option):
|
||||||
if not option == 'pub':
|
if not option == 'pub':
|
||||||
logs.out("1", '(index article)', True)
|
logs.out("1", '(index article)', True)
|
||||||
return
|
return
|
||||||
|
|
||||||
# Stop if no www_index (src/dir/index.html)
|
|
||||||
if option in pub_opts and e_www_index:
|
|
||||||
logs.out("1", '(index article)', False)
|
|
||||||
return
|
|
||||||
|
|
||||||
# Nothing to do
|
# Nothing to do
|
||||||
if not navbar_new:
|
if not navbar_new:
|
||||||
|
|
Loading…
Reference in New Issue