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':
|
||||
logs.out("1", '(index article)', True)
|
||||
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
|
||||
if not navbar_new:
|
||||
|
|
Loading…
Reference in New Issue