Update to templates

This commit is contained in:
hiro 2019-11-11 16:42:06 +01:00
parent 3c07491350
commit 924e3dbdec

View File

@ -38,9 +38,9 @@
{% else %}
<a class="nav-link text-light" href="{{ item.path }}">
{% endif %}
{{ _(item.label) }}
{{ _(item.label) }}
{% if this.is_child_of(item.path) %}
<span class="sr-only">(current)</span>
<span class="sr-only">(current)</span>
{% endif %}
</a>
</li>