Skip to content

Commit 459554a

Browse files
Update base.html
1 parent 29bffab commit 459554a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% if DISPLAY_PAGES_ON_MENU %}
1818
{% if pages %}
1919
<ul class="aio-nav__list">
20-
{% for p in pages if not p.prefix == "projects/") %}
20+
{% for p in pages if not p.prefix == "projects/" %}
2121
<li><a class="aio-nav__link" href="{{ SITEURL }}/{{ p.url }}" {% if p==page %} aria-current="page" {% endif %}>{{ p.title }}</a></li>
2222
{% endfor %}
2323
</ul>

0 commit comments

Comments
 (0)