Navigation refactoring

This commit is contained in:
2023-04-03 22:11:05 +02:00
parent e17c6a2b47
commit 4f9c0bb74d
5 changed files with 66 additions and 63 deletions

View File

@ -44,7 +44,7 @@
{% for item in config.extra.menu %}
<li><a href="{{ item.path }}"
{% if item.path == current_path %}
class="active"
class="selected"
{% endif %}
>{{ item.name }}</a></li>
{% endfor %}