1
0

Remove mobile-specific navigation options

This commit is contained in:
2025-05-05 18:53:50 +02:00
parent ee77ff7c84
commit 85f0e72676
3 changed files with 1 additions and 8 deletions

View File

@ -26,11 +26,7 @@
<span class="title">Navigation</span>
<ul class="main">
{% for item in config.extra.nav %}
<li
{% if item.mobile_only %}
class="mobile-only"
{% endif %}
><a href="{{ get_url(path=item.path, trailing_slash=true) }}">{{ item.title }}</a></li>
<li><a href="{{ get_url(path=item.path, trailing_slash=true) }}">{{ item.title }}</a></li>
{% endfor %}
</ul>
<span class="title">Categories</span>