diff options
Diffstat (limited to 'libpathod/templates/frame.html')
-rw-r--r-- | libpathod/templates/frame.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpathod/templates/frame.html b/libpathod/templates/frame.html index f16e6d47..7e4724a0 100644 --- a/libpathod/templates/frame.html +++ b/libpathod/templates/frame.html @@ -39,6 +39,7 @@ <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 %} |