summaryrefslogtreecommitdiffstats
path: root/docs/templates/shared/_navbar.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/shared/_navbar.html.j2')
-rw-r--r--docs/templates/shared/_navbar.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/shared/_navbar.html.j2 b/docs/templates/shared/_navbar.html.j2
index 3fa5f14c..be1eb377 100644
--- a/docs/templates/shared/_navbar.html.j2
+++ b/docs/templates/shared/_navbar.html.j2
@@ -13,8 +13,8 @@
<div class="navbar-collapse collapse" id="nav-collapse">
<ul class="nav navbar-nav">
{% for item in navigation %}
- <li {% if item == permalink %} class="active" {% endif %}>
- <a href="{{root}}/{{item}}">{{item | capitalize}}</a>
+ <li {% if item == navitem %} class="active" {% endif %}>
+ <a href="{{root}}/{{item}}/">{{item | capitalize}}</a>
</li>
{% endfor %}
<li><a href="https://github.com/stedolan/jq/issues">Issues</a></li>