navbar creation. Complete rewrite

This commit is contained in:
Cyrille L 2023-03-06 15:29:06 +01:00
parent 7bffa6d667
commit e1df054e24
1 changed files with 0 additions and 5 deletions

View File

@ -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: