We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89624aa commit f3be12bCopy full SHA for f3be12b
theme/templates/base.html
@@ -14,7 +14,7 @@
14
{% block header %}{{ super() }}{% endblock header %}
15
{% block nav %}
16
<ul class="aio-nav__list">
17
- {% for p in pages if not p.prefix == "projects/" %}
+ {% for p in pages if p.prefix != "projects/" %}
18
<li><a class="aio-nav__link" href="{{ SITEURL }}/{{ p.url }}" {% if p==page %} aria-current="page" {% endif %}>{{ p.title }}</a></li>
19
{% endfor %}
20
</ul>
0 commit comments