Skip to content

Commit f4b310f

Browse files
Update base.html
1 parent a15e4c2 commit f4b310f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theme/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
{% endfor %}
2929
</ul>
3030
{% if DISPLAY_CATEGORIES_ON_MENU %}
31-
{% if categories %}
31+
{% if tags %}
3232
<ul class="aio-nav__list" aria-label="Categories">
33-
{% for cat, null in categories %}
33+
{% for cat, null in tags %}
3434
<li><a class="aio-nav__link" href="{{ SITEURL }}/{{ cat.url }}" {% if cat==category %} aria-current="page" {% endif %}>{{ cat}}</a></li>
3535
{% endfor %}
3636
</ul>

0 commit comments

Comments
 (0)