diff options
Diffstat (limited to 'libpathod/templates')
| -rw-r--r-- | libpathod/templates/frame.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpathod/templates/frame.html b/libpathod/templates/frame.html index f176b15d..416f3eca 100644 --- a/libpathod/templates/frame.html +++ b/libpathod/templates/frame.html @@ -38,7 +38,9 @@ <div class="nav-collapse"> <ul class="nav"> <li {% if section== "main" %} class="active" {% endif %}><a href="/">home</a></li> + {% if not noapi %} <li {% if section== "log" %} class="active" {% endif %}><a href="/log">log</a></li> + {% endif %} <li class="dropdown {% if section== "docs" %}active{% endif %}"> <a class="dropdown-toggle" data-toggle="dropdown"> docs |
