Skip to content

Commit f3be12b

Browse files
Update base.html
1 parent 89624aa commit f3be12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% block header %}{{ super() }}{% endblock header %}
1515
{% block nav %}
1616
<ul class="aio-nav__list">
17-
{% for p in pages if not p.prefix == "projects/" %}
17+
{% for p in pages if p.prefix != "projects/" %}
1818
<li><a class="aio-nav__link" href="{{ SITEURL }}/{{ p.url }}" {% if p==page %} aria-current="page" {% endif %}>{{ p.title }}</a></li>
1919
{% endfor %}
2020
</ul>

0 commit comments

Comments
 (0)