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 a15e4c2 commit f4b310fCopy full SHA for f4b310f
1 file changed
theme/templates/base.html
@@ -28,9 +28,9 @@
28
{% endfor %}
29
</ul>
30
{% if DISPLAY_CATEGORIES_ON_MENU %}
31
- {% if categories %}
+ {% if tags %}
32
<ul class="aio-nav__list" aria-label="Categories">
33
- {% for cat, null in categories %}
+ {% for cat, null in tags %}
34
<li><a class="aio-nav__link" href="{{ SITEURL }}/{{ cat.url }}" {% if cat==category %} aria-current="page" {% endif %}>{{ cat}}</a></li>
35
36
0 commit comments