diff --git a/src/var/lib/tyto/program/html.py b/src/var/lib/tyto/program/html.py
index 85d5c6a..5ac2f57 100644
--- a/src/var/lib/tyto/program/html.py
+++ b/src/var/lib/tyto/program/html.py
@@ -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: