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 29bffab commit 459554aCopy full SHA for 459554a
1 file changed
theme/templates/base.html
@@ -17,7 +17,7 @@
17
{% if DISPLAY_PAGES_ON_MENU %}
18
{% if pages %}
19
<ul class="aio-nav__list">
20
- {% for p in pages if not p.prefix == "projects/") %}
+ {% for p in pages if not p.prefix == "projects/" %}
21
<li><a class="aio-nav__link" href="{{ SITEURL }}/{{ p.url }}" {% if p==page %} aria-current="page" {% endif %}>{{ p.title }}</a></li>
22
{% endfor %}
23
</ul>
0 commit comments