Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
<a class="navbar-item {% if request.path == "/about" %}is-active{% end %}" href="/about">{{ _("About") }}</a>
+ <a class="navbar-item {% if request.path.startswith("/docs") %}is-active{% end %}" href="/docs">{{ _("Documentation") }}</a>
+
<a class="navbar-item {% if request.path.startswith("/download") %}is-active{% end %}" href="/download">{{ _("Download") }}</a>
<a class="navbar-item {% if request.path.startswith("/blog") %}is-active{% end %}" href="/blog">{{ _("Blog") }}</a>
<script src="{{ static_url("js/site.js") }}"></script>
{% block javascript %}{% end block %}
</body>
-</html>
\ No newline at end of file
+</html>