forked from em/receptty.org
Navigation refactoring
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user