diff options
Diffstat (limited to 'libpathod/templates/layout.html')
-rw-r--r-- | libpathod/templates/layout.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpathod/templates/layout.html b/libpathod/templates/layout.html index 4ab0b464..5a6bd3ef 100644 --- a/libpathod/templates/layout.html +++ b/libpathod/templates/layout.html @@ -39,7 +39,6 @@ <div class="nav-collapse"> <ul class="nav"> <li {% if section== "main" %} class="active" {% endif %}><a href="/">home</a></li> - <li {% if section== "download" %} class="active" {% endif %}><a href="/download">download</a></li> {% if not noapi %} <li {% if section== "log" %} class="active" {% endif %}><a href="/log">log</a></li> {% endif %} |